• Jes Sorensen's avatar
    [PATCH] qla1280 crash fix in error handling · 0e70f996
    Jes Sorensen authored
    This fixes a bug in the qla1280 driver where it would leave a pointer to
    an on the stack completion event in a command structure if
    qla1280_mailbox_command fails.  The result is that the interrupt handler
    later tries to complete() garbage on the stack.  The mailbox command can
    fail if a device on the bus decides to lock up etc.
    0e70f996
qla1280.c 143 KB