]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
staging: comedi: pcmmio: remove kernel messages about IRQ
authorH Hartley Sweeten <hartleys@visionengravers.com>
Mon, 17 Sep 2012 20:16:45 +0000 (13:16 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 17 Sep 2012 22:03:51 +0000 (15:03 -0700)
commit765c3c64f76a786cd01f3b479ee63b79cb9343d0
treeab5c3a947a9142cc29dd085902788da2d6f4b566
parent2ad1d2e1ad789b878ca3c79c62d015d7cefd6b71
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 <hsweeten@visionengravers.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/pcmmio.c