[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20180926223434.GA12887@ziepe.ca>
Date: Wed, 26 Sep 2018 16:34:34 -0600
From: Jason Gunthorpe <jgg@...pe.ca>
To: Colin King <colin.king@...onical.com>
Cc: Doug Ledford <dledford@...hat.com>,
Bart Van Assche <bvanassche@....org>,
linux-rdma@...r.kernel.org, kernel-janitors@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] IB/mthca: remove redundant inner check of
mdev->mthca_flags
On Wed, Sep 26, 2018 at 01:26:08PM +0100, Colin King wrote:
> From: Colin Ian King <colin.king@...onical.com>
>
> The inner check for mdev->mthca_flags & MTHCA_FLAG_MSI_X is redundant
> as this is already true because of the previous identical check in
> an outer if statement. Remove it
>
> Detected by cppcheck:
> (warning) Identical inner 'if' condition is always true.
>
> Signed-off-by: Colin Ian King <colin.king@...onical.com>
> ---
> drivers/infiniband/hw/mthca/mthca_main.c | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
Applied to for-next, thanks
Jason
Powered by blists - more mailing lists