commit | b409214c683ed06c26e2cdad0be546ad11463354 | [log] [tgz] |
---|---|---|
author | Alan Stern <stern@rowland.harvard.edu> | Thu Aug 05 13:12:14 2010 -0400 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Tue Aug 10 14:35:45 2010 -0700 |
tree | e8274abb90ceb25877b689af00248c69a764db1a | |
parent | b3e670443b7fb8a2d29831b62b44a039c283e351 [diff] |
USB: remove fake "address-of" expressions Fake "address-of" expressions that evaluate to NULL generally confuse readers and can provoke compiler warnings. This patch (as1412) removes three such fake expressions, using "#ifdef"s in their place. Signed-off-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>