staging: line6: replace deprecated strict_strtol() in toneport.c
authorStefan Hajnoczi <stefanha@gmail.com>
Sun, 11 Nov 2012 12:24:44 +0000 (13:24 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 13 Nov 2012 21:17:40 +0000 (13:17 -0800)
commitb07d945227e4e62d93e26c694bf0e7b70978a7d6
tree66908da1b6437424b8e08c94744605eec26fc8a2
parent6a8ec8769d4613a5fbd981bfb3e5925b29d4140d
staging: line6: replace deprecated strict_strtol() in toneport.c

The LED value is an int, so replace strict_strtol() with kstrtoint().
It's safe to pass in the actual variable instead of a local temporary
because strto*() doesn't write to the result unless the function returns
success.

Signed-off-by: Stefan Hajnoczi <stefanha@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/line6/toneport.c
This page took 0.025821 seconds and 5 git commands to generate.