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:
8ba6ebf
)
firmware_classs: change val uevent's type to bool
author
Bob Liu
<lliubbo@gmail.com>
Wed, 26 Jan 2011 10:33:32 +0000
(18:33 +0800)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Thu, 3 Feb 2011 23:39:17 +0000
(15:39 -0800)
Some place in firmware_class.c using "int uevent" define, but others use "bool
uevent".
This patch replace all int uevent define to bool.
Signed-off-by: Bob Liu <lliubbo@gmail.com>
Acked-by: Dmitry Torokhov <dtor@mail.ru>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
No differences found