From: H Hartley Sweeten Date: Tue, 26 Nov 2013 23:42:09 +0000 (-0700) Subject: staging: comedi: mpc624: remove unnecessary test X-Git-Tag: v3.14-rc1~150^2~608 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1ce7f10543d616920a1eb772b993c7d7815d653;p=pandora-kernel.git staging: comedi: mpc624: remove unnecessary test It's not necessaary to vaidate insn->n passed to the (*insn_read) function. The for() loop following it will just be a NOP. Remove the test as well as the printk noise. Signed-off-by: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed