linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] compat: fix a typo in pm_qos_update_request for 2.6.35
@ 2010-11-12 18:47 Felix Fietkau
  2010-11-12 19:16 ` Luis R. Rodriguez
  0 siblings, 1 reply; 5+ messages in thread
From: Felix Fietkau @ 2010-11-12 18:47 UTC (permalink / raw)
  To: linux-wireless; +Cc: Luis R. Rodriguez

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
---
--- 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)

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-01-08 18:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-12 18:47 [PATCH] compat: fix a typo in pm_qos_update_request for 2.6.35 Felix Fietkau
2010-11-12 19:16 ` Luis R. Rodriguez
2011-01-07 20:42   ` Jason Andryuk
2011-01-07 21:34     ` Luis R. Rodriguez
2011-01-08 18:25       ` Jason Andryuk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).