[SCSI] remove fake "address-of" expression
authorAlan Stern <stern@rowland.harvard.edu>
Thu, 5 Aug 2010 17:17:10 +0000 (13:17 -0400)
committerJames Bottomley <James.Bottomley@suse.de>
Fri, 6 Aug 2010 15:56:03 +0000 (10:56 -0500)
commit26845f585fad66dc23d87dad89d403cd64b48780
tree23004a015952d0d13ae6a4338ba0ec874161ca6e
parentaab7a8fd19d0c2f7fcac4d07616899655e326dfe
[SCSI] remove fake "address-of" expression

Fake "address-of" expressions that evaluate to NULL generally confuse
readers and can provoke compiler warnings.  This patch (as1411)
removes one such fake expression introduced by:

commit db5bd1e0b505c54ff492172ce4abc245cf6cd639
Author: Alan Stern <stern@rowland.harvard.edu>
Date:   Thu Jun 17 10:36:49 2010 -0400

    [SCSI] convert to the new PM framework

using an "#ifdef" in its place.

Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
drivers/scsi/scsi_priv.h
drivers/scsi/scsi_sysfs.c