Re: [PATCH] infiniband: bnxt_re: qplib: Check the return value of send_message

From: Jason Gunthorpe
Date: Wed Jan 02 2019 - 18:06:16 EST


On Wed, Dec 26, 2018 at 12:56:22PM -0600, Aditya Pakki wrote:
> In bnxt_qplib_map_tc2cos(), bnxt_qplib_rcfw_send_message() can return
> an error value. The fix returns the error from the latter function
> upstream.
>
> Signed-off-by: Aditya Pakki <pakki001@xxxxxxx>
> Acked-By: Devesh Sharma <devesh.sharma@xxxxxxxxxxxx>
> ---
> drivers/infiniband/hw/bnxt_re/qplib_sp.c | 5 ++---
> 1 file changed, 2 insertions(+), 3 deletions(-)

Applied to for-next

Jason