Commit 0e935c9e authored by James Bottomley's avatar James Bottomley

[SCSI] fas216: fix up the previous fas216 commit

Apparently the fix to [SCSI] fas216: Use scsi_eh API for REQUEST_SENSE
invocation didn't show up in the final version sent to linus.

Correct this omission.

Cc: Russell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: default avatarJames Bottomley <James.Bottomley@HansenPartnership.com>
parent 7d1abbe8
...@@ -313,7 +313,7 @@ typedef struct { ...@@ -313,7 +313,7 @@ typedef struct {
/* miscellaneous */ /* miscellaneous */
int internal_done; /* flag to indicate request done */ int internal_done; /* flag to indicate request done */
struct scsi_eh_save *ses; /* holds request sense restore info */ struct scsi_eh_save ses; /* holds request sense restore info */
unsigned long magic_end; unsigned long magic_end;
} FAS216_Info; } FAS216_Info;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment