[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <bd2d2be8-8ec9-601a-14d6-aa4edb92859c@gmail.com>
Date: Fri, 18 Jun 2021 15:52:20 -0700
From: James Smart <jsmart2021@...il.com>
To: Nathan Chancellor <nathan@...nel.org>,
James Smart <james.smart@...adcom.com>,
Ram Vegesna <ram.vegesna@...adcom.com>,
"James E.J. Bottomley" <jejb@...ux.ibm.com>,
"Martin K. Petersen" <martin.petersen@...cle.com>
Cc: Nick Desaulniers <ndesaulniers@...gle.com>,
linux-scsi@...r.kernel.org, target-devel@...r.kernel.org,
linux-kernel@...r.kernel.org, clang-built-linux@...glegroups.com
Subject: Re: [PATCH] scsi: elx: efct: Do not use id uninitialized in
efct_lio_setup_session()
On 6/16/2021 11:17 PM, Nathan Chancellor wrote:
> clang warns:
>
> drivers/scsi/elx/efct/efct_lio.c:1216:24: warning: variable 'id' is
> uninitialized when used here [-Wuninitialized]
> se_sess, node, id);
> ^~
>
> Shuffle the debug print after id's initialization so that the actual
> value is printed.
>
> Fixes: 692e5d73a811 ("scsi: elx: efct: LIO backend interface routines")
> Link: https://github.com/ClangBuiltLinux/linux/issues/1397
> Signed-off-by: Nathan Chancellor <nathan@...nel.org>
> ---
> drivers/scsi/elx/efct/efct_lio.c | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
Thanks
Reviewed-by: James Smart <jsmart2021@...il.com>
-- james
Powered by blists - more mailing lists