cmd: remoteproc: Fix the base of strtoul for ID conversion from 3 to 10
authorKeerthy <j-keerthy@ti.com>
Wed, 24 Oct 2018 06:17:14 +0000 (11:47 +0530)
committerTom Rini <trini@konsulko.com>
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 <j-keerthy@ti.com>
Reviewed-by: Lokesh Vutla <lokeshvulta@ti.com>
cmd/remoteproc.c