Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information