summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorBrent Casavant <bcasavan@sgi.com>2005-09-30 11:59:04 -0700
committerLinus Torvalds <torvalds@g5.osdl.org>2005-09-30 12:41:18 -0700
commitd38e24e260daf11365efd4ed621235fe9c0ba7ee (patch)
tree8c5c9ccc6a4da494145d5c71ac3b27ed6b2c35d1 /MAINTAINERS
parentdd190d066b7ded8c44b2b67dd0a14bed01525d3c (diff)
downloadlinux-d38e24e260daf11365efd4ed621235fe9c0ba7ee.tar.gz
linux-d38e24e260daf11365efd4ed621235fe9c0ba7ee.tar.xz
[PATCH] ioc4_serial: Remove bogus error message
This change removes a bogus error message from the IOC4 serial driver interrupt handler. This error message is bogus for two reasons. First, it can never occur given that current code takes care to initialize IOC4 in such a way that these "unknown" interrupts could never occur. Second, this code fails to take into account that other drivers can share the IOC4 interrupt mechanism through SA_SHIRQ, and thus this driver is not in-fact "all-knowing". Finally, this error message triggers every time some "unknown" interrupt occurs -- it's not rate limited or repetition limited in any way, thereby effectively denying use of the console device. Given its bogosity in the first place, it's best to just get rid of it entirely. Acked-by: Pat Gefre <pfg@sgi.com> Signed-off-by: Brent Casavant <bcasavan@sgi.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'MAINTAINERS')
0 files changed, 0 insertions, 0 deletions