]> Git Repo - J-u-boot.git/commit
cmd: remoteproc: Fix the base of strtoul for ID conversion from 3 to 10
authorKeerthy <[email protected]>
Wed, 24 Oct 2018 06:17:14 +0000 (11:47 +0530)
committerTom Rini <[email protected]>
Thu, 1 Nov 2018 14:02:43 +0000 (10:02 -0400)
commit1a25d9071bc08d31779cb66abd6090123b02041f
tree35c5cc6cb933fa00fbcaf5b41fa3724f80b9a553
parent25ae8651711ecf1934f4a2468d31d47543a41ea6
cmd: remoteproc: Fix the base of strtoul for ID conversion from 3 to 10

Currently the base is 3 fix it 10 so that IDs follow decimal system.

Signed-off-by: Keerthy <[email protected]>
Reviewed-by: Lokesh Vutla <[email protected]>
cmd/remoteproc.c
This page took 0.033556 seconds and 4 git commands to generate.