Re: [PATCH net-next] bnxt: remove printing of hwrm message

From: David Miller
Date: Wed Dec 12 2018 - 19:32:06 EST


From: Jonathan Toppins <jtoppins@xxxxxxxxxx>
Date: Wed, 12 Dec 2018 11:58:51 -0500

> bnxt_en 0000:19:00.0 (unregistered net_device) (uninitialized): hwrm
> req_type 0x190 seq id 0x6 error 0xffff
>
> The message above is commonly seen when a newer driver is used on
> hardware with older firmware. The issue is this message means nothing to
> anyone except Broadcom. Remove the message to not confuse users as this
> message is really not very informative.
>
> Signed-off-by: Jonathan Toppins <jtoppins@xxxxxxxxxx>
> ---
>
> Notes:
> v2:
> include changes recommended by Michael Chan

Applied, thank you.