mirror of https://github.com/hak5/openwrt.git
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)
|