git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17a9361
)
USB: gadget: f_mass_storage: use ?: instead of a macro
author
Michal Nazarewicz
<mina86@mina86.com>
Thu, 28 Oct 2010 15:31:20 +0000
(17:31 +0200)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Thu, 11 Nov 2010 13:58:48 +0000
(
05:58
-0800)
This commit removes an "OR" macro defined in Mass Storage
Function in favour of a two argument version of "?:" operator
(which is a GCC extension).
Signed-off-by: Michal Nazarewicz <mina86@mina86.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
No differences found