bnxt_en: Refactor _hwrm_send_message().
authorMichael Chan <michael.chan@broadcom.com>
Fri, 26 Feb 2016 09:00:07 +0000 (04:00 -0500)
committerDavid S. Miller <davem@davemloft.net>
Tue, 1 Mar 2016 20:37:02 +0000 (15:37 -0500)
commitfbfbc4851dd709cf1327afc283f9cca00235dcb3
treee21d0767b734b760bb6565670476d4bec9d24b9a
parent3ebf6f0a09a284adef62111c7cfca29f56d6cce7
bnxt_en: Refactor _hwrm_send_message().

Add a new function bnxt_do_send_msg() to do essentially the same thing
with an additional paramter to silence error response messages.  All
current callers will set silent to false.

Signed-off-by: Michael Chan <mchan@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/broadcom/bnxt/bnxt.c