commit | ab0648e8b6426a009a0e929b137037481b1c2e1e | [log] [tgz] |
---|---|---|
author | Rajesh Borundia <rajesh.borundia@qlogic.com> | Wed Apr 23 09:59:56 2014 -0400 |
committer | David S. Miller <davem@davemloft.net> | Thu Apr 24 13:31:14 2014 -0400 |
tree | bde0399fbd770761fb1b2eb1b96ca75fb4a097f6 | |
parent | 2c97e9e2633f3a4a3a301e5071fb0fe0d0d7543b [diff] |
qlcnic: Fix memory leak. o In case QLC_83XX_MBX_CMD_NO_WAIT command type the calling function does not free the memory as it does not wait for response. So free it when get a response from adapter after sending the command. Signed-off-by: Rajesh Borundia <rajesh.borundia@qlogic.com> Signed-off-by: Shahed Shaikh <shahed.shaikh@qlogic.com> Signed-off-by: David S. Miller <davem@davemloft.net>