commit | e6da54d84f9286edbe4c92ff5023ff481ce2a5c9 | [log] [tgz] |
---|---|---|
author | Alan Stern <stern@rowland.harvard.edu> | Thu Aug 05 13:17:10 2010 -0400 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Fri Aug 06 09:17:02 2010 -0700 |
tree | f831094531e7fe2144295ed071b4def921d717c8 | |
parent | 14828349719aa09845843477df8bad60792d18f3 [diff] |
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>