mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 20:51:44 +00:00
e4952b0c2c
smatch complaint:
arch/mips/sgi-ip27/ip27-irq.c:123 shutdown_bridge_irq()
warn: variable dereferenced before check 'hd' (see line 121)
Fix it by removing local variable and use hd->pin directly.
Fixes:
|
||
---|---|---|
.. | ||
ip27-berr.c | ||
ip27-console.c | ||
ip27-hubio.c | ||
ip27-init.c | ||
ip27-irq.c | ||
ip27-klconfig.c | ||
ip27-klnuma.c | ||
ip27-memory.c | ||
ip27-nmi.c | ||
ip27-reset.c | ||
ip27-smp.c | ||
ip27-timer.c | ||
ip27-xtalk.c | ||
Kconfig | ||
Makefile | ||
Platform | ||
TODO |