Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=0e935c9ebacf2f54ab1226192d1a62f7ea1b9303
Commit:     0e935c9ebacf2f54ab1226192d1a62f7ea1b9303
Parent:     7d1abbe82434d29dd0d7d69dc0e6acdf25a8c2b5
Author:     James Bottomley <[EMAIL PROTECTED]>
AuthorDate: Sat Feb 16 15:53:21 2008 -0600
Committer:  James Bottomley <[EMAIL PROTECTED]>
CommitDate: Mon Feb 18 08:57:16 2008 -0600

    [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 <[EMAIL PROTECTED]>
    Signed-off-by: James Bottomley <[EMAIL PROTECTED]>
---
 drivers/scsi/arm/fas216.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/scsi/arm/fas216.h b/drivers/scsi/arm/fas216.h
index 3e73e26..b65f4cf 100644
--- a/drivers/scsi/arm/fas216.h
+++ b/drivers/scsi/arm/fas216.h
@@ -313,7 +313,7 @@ typedef struct {
 
        /* miscellaneous */
        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;
 } FAS216_Info;
 
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to