]> git.baikalelectronics.ru Git - kernel.git/commit
staging: line6: control.c eliminate strict_strtoul() in pod_set_param_int()
authorJohannes Thumshirn <morbidrsa@googlemail.com>
Wed, 27 Jun 2012 19:26:00 +0000 (21:26 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 6 Jul 2012 23:12:45 +0000 (16:12 -0700)
commit99ce3507a6e053656a871db4b93005ad76abc8be
treee188e17e5c4c9efa727a4c64406f528924f3505a
parent743f0bf0fc495249979aeaaae3f02f95062ab053
staging: line6: control.c eliminate strict_strtoul() in pod_set_param_int()

Exchange strict_strtoul() with kstrtou8() and make "value" a u8 instead of a
unsigned long. This is also needed for the changed
line6_pod_transmit_parameter().

Signed-off-by: Johannes Thumshirn <morbidrsa@googlemail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/line6/control.c