Drop LIST_HEAD where the variable it declares is never used.
---
drivers/dma/at_hdmac.c|5 -
drivers/dma/dw/core.c |1 -
drivers/dma/pl330.c |1 -
drivers/dma/sa11x0-dma.c
Drop LIST_HEAD where the variable it declares has never
been used.
The semantic patch that fixes this problem is as follows:
(http://coccinelle.lip6.fr/)
//
@@
identifier x;
@@
- LIST_HEAD(x);
... when != x
//
Fixes: 895427bd012ce ("scsi: lpfc: NVME Initiator: Base modifications")
Signed-off
Drop LIST_HEAD where the variable it declares is never used.
The uses of new_fcports were removed in 726b85487067 ("qla2xxx:
Add framework for async fabric discovery"), but not the
declaration.
The semantic patch that fixes this problem is as follows:
(http://coccinelle.lip6.fr/)
//
@@
identifi
Drop LIST_HEAD where the variable it declares is never used.
These were introduced with the file, but were not even used
at that time.
The semantic patch that fixes this problem is as follows:
(http://coccinelle.lip6.fr/)
//
@@
identifier x;
@@
- LIST_HEAD(x);
... when != x
//
Fixes: 016495
Drop LIST_HEAD where the variable it declares is never used.
These were introduced in 8a9d2e8003040 ("[SCSI] lpfc 8.3.31:
Correct handling of SLI4-port XRI resource-provisioning profile
change"), but were not even used at that time.
The semantic patch that fixes this problem is as follows:
(http:
On 19/12/18 16:43, Christoph Hellwig wrote:
> On Mon, Nov 26, 2018 at 07:11:10PM +0200, Boaz Harrosh wrote:
>> On 11/11/18 15:32, Christoph Hellwig wrote:
>>> The only real user of the T10 OSD protocol, the pNFS object layout
>>> driver never went to the point of having shipping products, and we
>>
On 20/12/18 09:26, Christoph Hellwig wrote:
> On Wed, Dec 19, 2018 at 09:01:53PM -0500, Douglas Gilbert wrote:
>>> 1) reduce the size of every kernel with block layer support, and
>>> even more for every kernel with scsi support
>>
>> By proposing the removal of bidi support from the block l
ping..
Signed-off-by: Leo Zhang
---
drivers/target/iscsi/iscsi_target.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/target/iscsi/iscsi_target.c
b/drivers/target/iscsi/iscsi_target.c
index c1d5a17..780a914 100644
--- a/drivers/target/iscsi/iscsi_target.c
+++ b/drivers/tar
--
My name is Ahmed Idris the Ex_ ministers of (NNPC) The Nigerian
National Petroleum Corporation.
one of your country's consulate in Nigeria introduce you to me, i have
the sum of $25.5 million dollars to invest in your country for a
profitable business, which i don't known how to go about it, pl
Why do you CC this to so many lists?
On 23/12/2018, Julia Lawall wrote:
> Drop LIST_HEAD where the variable it declares is never used.
>
> ---
>
> drivers/dma/at_hdmac.c|5 -
> drivers/dma/dw/core.c |1 -
> drivers/dma/p
On Sun, 23 Dec 2018, Tom Psyborg wrote:
> Why do you CC this to so many lists?
Because the different files are in different subsystems. The cover letter
goes to a list for each file, or to a person if there is no list. The
patches go to the people and lists associated with the affected files
Hi,
TL;DR is that I have ported changes from the vendor driver to make this
card work.
I recently got one of those cards off ebay to try to make an LTO-4 tape
drive work (for fun). dmesg filled with debug logs and the driver
(aic79xx) had to be reloaded to make it come back. Searching for a
13 matches
Mail list logo