Skip to content
Snippets Groups Projects
Commit afed4ccb authored by James Hogan's avatar James Hogan Committed by David S. Miller
Browse files

b44: fix resume, request_irq after hw reset


On resume, call request_irq() after resetting the hardware rather than
before. It's a shared interrupt so the handler could be called
immediately if another device on the same irq interrupts (and will be
called immediately if CONFIG_DEBUG_SHIRQ=y), but unless the hardware is
reinitialised with b44_init_hw() the read of the interrupt status
register will hang the system.

Signed-off-by: default avatarJames Hogan <james@albanarts.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 31b9c19b
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment