SCSI: remove fake "address-of" expression
authorAlan Stern <stern@rowland.harvard.edu>
Thu, 5 Aug 2010 17:17:10 +0000 (13:17 -0400)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 6 Aug 2010 16:17:02 +0000 (09:17 -0700)
commite6da54d84f9286edbe4c92ff5023ff481ce2a5c9
treef831094531e7fe2144295ed071b4def921d717c8
parent14828349719aa09845843477df8bad60792d18f3
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, using an "#ifdef" in its place.

Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/scsi/scsi_priv.h
drivers/scsi/scsi_sysfs.c