Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information