projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e69ba7
)
HID: Kconfig: fix syntax
author
Jiri Kosina
<jkosina@suse.cz>
Mon, 19 Dec 2011 08:16:29 +0000
(09:16 +0100)
committer
Jiri Kosina
<jkosina@suse.cz>
Mon, 19 Dec 2011 08:16:29 +0000
(09:16 +0100)
Replace mistakenly used '==' by '='.
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/drivers/hid/Kconfig
b/drivers/hid/Kconfig
index 7745c3e42397e6c3d6ad519b22f4e6060f94e1d5..a4591596131dcca0b9450bf7f13863edc5538465 100644
(file)
--- a/
drivers/hid/Kconfig
+++ b/
drivers/hid/Kconfig
@@
-33,7
+33,7
@@
config HID
config HID_BATTERY_STRENGTH
bool
- depends on HID && POWER_SUPPLY && HID =
=
POWER_SUPPLY
+ depends on HID && POWER_SUPPLY && HID = POWER_SUPPLY
default y
config HIDRAW