commit | d5d2bf3eabb34cc8eaf54db37fdc43f04267985a | [log] [tgz] |
---|---|---|
author | Manish Chopra <manish.chopra@qlogic.com> | Tue May 06 03:46:48 2014 -0400 |
committer | David S. Miller <davem@davemloft.net> | Wed May 07 16:53:14 2014 -0400 |
tree | 0bf5757d167b90b762e6b66488d29cd00b9a4deb | |
parent | 76a691d0ab71a244f7582a5b0387728befbdb52f [diff] |
qlcnic: Fix panic while dumping TX queues on TX timeout o In case of non-multi TX queue mode driver does not initialize "crb_intr_mask" pointer and driver was accessing that un-initialized pointer while dumping TX queue. So dump "crb_intr_mask" only when it is initilaized. Signed-off-by: Manish Chopra <manish.chopra@qlogic.com> Signed-off-by: David S. Miller <davem@davemloft.net>