]> 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)
commitf66974b41dce50943003441e4937615a01a9e455
treeae9fa9865a89bd3b8a8404ba14d29ff0b79de8b7
parentb9d5149cf9719ffef33f5607ebd208ef8881a05c
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