From: Laurent Navet Date: Fri, 30 Nov 2012 10:57:32 +0000 (+0100) Subject: staging: line6: pcm.c fix checkpatch issues X-Git-Tag: v3.9-rc1~127^2~558 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a37629024975714f1e2fa9851b7f77cd1bad0790;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed