mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-26 08:51:13 +00:00
12 lines
375 B
Diff
12 lines
375 B
Diff
|
--- 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)
|