staging: line6: pcm.c fix checkpatch issues
authorLaurent Navet <laurent.navet@gmail.com>
Fri, 30 Nov 2012 10:57:32 +0000 (11:57 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 7 Jan 2013 22:00:35 +0000 (14:00 -0800)
commita37629024975714f1e2fa9851b7f77cd1bad0790
tree6f0cfece476cc007f321a9ba1df4912e929bf568
parentb466eb5e22acca73fe6c287646139b4d139bd26a
staging: line6: pcm.c fix checkpatch issues

fix those checkpatch issues
drivers/staging/line6/pcm.c:84:
WARNING: simple_strtoul is obsolete, use kstrtoul instead
call to obsolete simple_strtoul() replaced by kstrtoint()

drivers/staging/line6/pcm.c:423:
ERROR: switch and case should be at the same indent
realigns comments

Signed-off-by: Laurent Navet <laurent.navet@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/line6/pcm.c