Skip to content

Commit c2393cd

Browse files
Vikas ChaudharyJames Bottomley
authored andcommitted
[SCSI] qla4xxx: Code Clean up - remove "marker_needed"
Signed-off-by: Karen Higgins <karen.higgins@qlogic.com> Signed-off-by: Vikas Chaudhary <vikas.chaudhary@qlogic.com> Signed-off-by: Ravi Anand <ravi.anand@qlogic.com> Reviewed-by: Mike Christie <michaelc@cs.wisc.edu> Signed-off-by: James Bottomley <James.Bottomley@suse.de>
1 parent 065aa1b commit c2393cd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

drivers/scsi/qla4xxx/ql4_def.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -330,8 +330,7 @@ struct scsi_qla_host {
330330
#define MIN_IOBASE_LEN 0x100
331331

332332
uint16_t req_q_count;
333-
uint8_t marker_needed;
334-
uint8_t rsvd1;
333+
uint8_t rsvd1[2];
335334

336335
unsigned long host_no;
337336

0 commit comments

Comments
 (0)