]> git.baikalelectronics.ru Git - kernel.git/commit
bnxt_en: Modify some bnxt_hwrm_*_free() functions to void.
authorVasundhara Volam <vasundhara-v.volam@broadcom.com>
Sun, 8 Mar 2020 22:45:52 +0000 (18:45 -0400)
committerDavid S. Miller <davem@davemloft.net>
Mon, 9 Mar 2020 04:54:46 +0000 (21:54 -0700)
commit4c1d960f0d70a4ae470d45bc9e65efd1130fa0d5
treeae9fa9865a89bd3b8a8404ba14d29ff0b79de8b7
parent0b5bd01737f33780f4cf370857fe09afd67503f3
bnxt_en: Modify some bnxt_hwrm_*_free() functions to void.

Return code is not needed in some of these functions, as the return
code from firmware message is ignored. Remove the unused rc variable
and also convert functions to void.

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