From: H Hartley Sweeten Date: Tue, 26 Nov 2013 23:42:10 +0000 (-0700) Subject: staging: comedi: mpc624: remove unnecessary printk noise X-Git-Tag: v3.14-rc1~150^2~607 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a4ed3f96bc125f376d83f3d29aef6bb2780c10b;p=pandora-kernel.git staging: comedi: mpc624: remove unnecessary printk noise The ai read timeout will return -ETIMEDOUT. The printk is just added noise. Remove it. It's also not necessary to set data[n[ = 0 when the read timesout. Remove that also. Signed-off-by: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed