]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commit
bnxt_en: Free short FW command HWRM memory in error path in bnxt_init_one()
authorVasundhara Volam <vasundhara-v.volam@broadcom.com>
Fri, 26 Apr 2019 02:31:51 +0000 (22:31 -0400)
committerDavid S. Miller <davem@davemloft.net>
Sat, 27 Apr 2019 21:00:18 +0000 (17:00 -0400)
commitf9099d611449836a51a65f40ea7dc9cb5f2f665e
treec7db94c05ccba60bf4d2c50aa250aac7c2e2c583
parentb4e30e8e7ea1d1e35ffd64ca46f7d9a7f227b4bf
bnxt_en: Free short FW command HWRM memory in error path in bnxt_init_one()

In the bnxt_init_one() error path, short FW command request memory
is not freed. This patch fixes it.

Fixes: e605db801bde ("bnxt_en: Support for Short Firmware Message")
Signed-off-by: Vasundhara Volam <vasundhara-v.volam@broadcom.com>
Signed-off-by: Michael Chan <michael.chan@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/broadcom/bnxt/bnxt.c