commit | 765c3c64f76a786cd01f3b479ee63b79cb9343d0 | [log] [tgz] |
---|---|---|
author | H Hartley Sweeten <hartleys@visionengravers.com> | Mon Sep 17 13:16:45 2012 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Sep 17 15:03:51 2012 -0700 |
tree | ab5c3a947a9142cc29dd085902788da2d6f4b566 | |
parent | 2ad1d2e1ad789b878ca3c79c62d015d7cefd6b71 [diff] |
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>