projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8a029b
)
compat: fix a typo in pm_qos_update_request for 2.6.35
author
Felix Fietkau
<nbd@openwrt.org>
Fri, 12 Nov 2010 19:15:28 +0000
(11:15 -0800)
committer
Luis R. Rodriguez
<lrodriguez@atheros.com>
Fri, 12 Nov 2010 19:15:28 +0000
(11:15 -0800)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
include/linux/compat-2.6.36.h
patch
|
blob
|
history
diff --git
a/include/linux/compat-2.6.36.h
b/include/linux/compat-2.6.36.h
index 4f6e24c8845b2fc82d55f6a37ffb5c6ed4de7c20..83b7f0621d5ca5c5ee703a477e3dcd913c2cbda5 100644
(file)
--- a/
include/linux/compat-2.6.36.h
+++ b/
include/linux/compat-2.6.36.h
@@
-83,7
+83,7
@@
struct pm_qos_request_list {
} while (0)
#define pm_qos_update_request(_req, _value) \
- pm_qos_update_request((_req)->request, (_value)
+ pm_qos_update_request((_req)->request, (_value)
)
#define pm_qos_remove_request(_req) \
pm_qos_remove_request((_req)->request)