]> git.baikalelectronics.ru Git - kernel.git/commit
cs89x0: Always report failure to request interrupt
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Thu, 7 Jan 2010 08:53:05 +0000 (00:53 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 7 Jan 2010 09:07:29 +0000 (01:07 -0800)
commite092218755cd4edb7ae6f4d9cc14731c7055a46f
tree9de17dc8a5d86c22982f71d07ed59a9db4f12fab
parent65a0ac5b9d211db0b14eaa715252cc9bf94fb536
cs89x0: Always report failure to request interrupt

A failure on request_irq() is always fatal but unlike other fatal
errors it's only reported to the user if net_debug is set. Make the
diagnostic unconditional and raise the priority so that errors are
more obvious to the user.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/cs89x0.c