From: H Hartley Sweeten Date: Mon, 17 Sep 2012 20:16:45 +0000 (-0700) Subject: staging: comedi: pcmmio: remove kernel messages about IRQ X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~75^2~140 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=765c3c64f76a786cd01f3b479ee63b79cb9343d0;p=pandora-kernel.git staging: comedi: pcmmio: remove kernel messages about IRQ These messages are just added noise. They also cause some sparse warnings due to MAX_ASICS evaluating as 1. This causes the local variable 'irq' to be 'unsigned int irq[1]', which makes the 'irq[1]' access invalid. Just remove the messages. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed