[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <161853823946.16006.13919455938365537623.b4-ty@oracle.com>
Date: Thu, 15 Apr 2021 22:51:20 -0400
From: "Martin K. Petersen" <martin.petersen@...cle.com>
To: linux-scsi <linux-scsi@...r.kernel.org>,
Zhen Lei <thunder.leizhen@...wei.com>,
Sathya Prakash <sathya.prakash@...adcom.com>,
"MPT-FusionLinux . pdl" <MPT-FusionLinux.pdl@...adcom.com>,
linux-kernel <linux-kernel@...r.kernel.org>,
Sreekanth Reddy <sreekanth.reddy@...adcom.com>,
Suganath Prabu Subramani
<suganath-prabu.subramani@...adcom.com>
Cc: "Martin K . Petersen" <martin.petersen@...cle.com>
Subject: Re: [PATCH 0/3] scsi: mptfusion: Clear the warnings indicating that the variable is not used
On Thu, 8 Apr 2021 14:18:48 +0800, Zhen Lei wrote:
> Fix below warnings:
> drivers/message/fusion/mptctl.c: In function ‘mptctl_do_taskmgmt’:
> drivers/message/fusion/mptctl.c:324:17: warning: variable ‘time_count’ set but not used [-Wunused-but-set-variable]
> 324 | unsigned long time_count;
> | ^~~~~~~~~~
> drivers/message/fusion/mptctl.c: In function ‘mptctl_gettargetinfo’:
> drivers/message/fusion/mptctl.c:1372:7: warning: variable ‘port’ set but not used [-Wunused-but-set-variable]
> 1372 | u8 port;
> | ^~~~
> drivers/message/fusion/mptctl.c: In function ‘mptctl_hp_hostinfo’:
> drivers/message/fusion/mptctl.c:2337:8: warning: variable ‘retval’ set but not used [-Wunused-but-set-variable]
> 2337 | int retval;
> | ^~~~~~
>
> [...]
Applied to 5.13/scsi-queue, thanks!
[1/3] scsi: mptfusion: Remove unused local variable 'time_count'
https://git.kernel.org/mkp/scsi/c/039cf3816648
[2/3] scsi: mptfusion: Remove unused local variable 'port'
https://git.kernel.org/mkp/scsi/c/30264737bd95
--
Martin K. Petersen Oracle Linux Engineering
Powered by blists - more mailing lists