projects
/
platform
/
adaptation
/
renesas_rcar
/
renesas_kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e261af
)
[SCSI] zfcp: Remove useless assignment
author
Christof Schmitt
<christof.schmitt@de.ibm.com>
Tue, 18 Aug 2009 13:43:10 +0000
(15:43 +0200)
committer
James Bottomley
<James.Bottomley@suse.de>
Sat, 5 Sep 2009 13:49:12 +0000
(08:49 -0500)
Using a bitwise OR to not set anything at all is pointless so remove
the useless statement.
Reviewed-by: Swen Schillig <swen@vnet.ibm.com>
Signed-off-by: Christof Schmitt <christof.schmitt@de.ibm.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
drivers/s390/scsi/zfcp_fsf.c
patch
|
blob
|
history
diff --git
a/drivers/s390/scsi/zfcp_fsf.c
b/drivers/s390/scsi/zfcp_fsf.c
index
2635216
..
c023db8
100644
(file)
--- a/
drivers/s390/scsi/zfcp_fsf.c
+++ b/
drivers/s390/scsi/zfcp_fsf.c
@@
-832,7
+832,6
@@
int zfcp_fsf_status_read(struct zfcp_adapter *adapter)
}
sbale = zfcp_qdio_sbale_req(req);
- sbale[0].flags |= SBAL_FLAGS0_TYPE_STATUS;
sbale[2].flags |= SBAL_FLAGS_LAST_ENTRY;
req->sbale_curr = 2;