mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-01 23:38:40 +00:00
The driver neglects to check the result of platform_get_irq_optional()'s
call and blithely passes the negative error codes to devm_request_irq()
(which takes *unsigned* IRQ #), causing it to fail with -EINVAL.
Stop calling devm_request_irq() with the invalid IRQ #s.
Fixes:
|
||
|---|---|---|
| .. | ||
| bcmgenet_wol.c | ||
| bcmgenet.c | ||
| bcmgenet.h | ||
| bcmmii.c | ||
| Makefile | ||