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

* Re: [PATCH] compat: fix a typo in pm_qos_update_request for 2.6.35
  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
  0 siblings, 1 reply; 5+ messages in thread
From: Luis R. Rodriguez @ 2010-11-12 19:16 UTC (permalink / raw)
  To: Felix Fietkau; +Cc: linux-wireless

On Fri, Nov 12, 2010 at 10:47 AM, Felix Fietkau <nbd@openwrt.org> wrote:
> Signed-off-by: Felix Fietkau <nbd@openwrt.org>

Applied and pushed, thanks!

  Luis

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

* Re: [PATCH] compat: fix a typo in pm_qos_update_request for 2.6.35
  2010-11-12 19:16 ` Luis R. Rodriguez
@ 2011-01-07 20:42   ` Jason Andryuk
  2011-01-07 21:34     ` Luis R. Rodriguez
  0 siblings, 1 reply; 5+ messages in thread
From: Jason Andryuk @ 2011-01-07 20:42 UTC (permalink / raw)
  To: Luis R. Rodriguez; +Cc: Felix Fietkau, linux-wireless

On Fri, Nov 12, 2010 at 2:16 PM, Luis R. Rodriguez
<lrodriguez@atheros.com> wrote:
> On Fri, Nov 12, 2010 at 10:47 AM, Felix Fietkau <nbd@openwrt.org> wrote:
>> Signed-off-by: Felix Fietkau <nbd@openwrt.org>
>
> Applied and pushed, thanks!
>
>  Luis

This patch is to compile compat-wireless-2.6.37-2-sn.tar.bz2 on Ubuntu
10.10 2.6.35-24-generic.

Jason

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

* Re: [PATCH] compat: fix a typo in pm_qos_update_request for 2.6.35
  2011-01-07 20:42   ` Jason Andryuk
@ 2011-01-07 21:34     ` Luis R. Rodriguez
  2011-01-08 18:25       ` Jason Andryuk
  0 siblings, 1 reply; 5+ messages in thread
From: Luis R. Rodriguez @ 2011-01-07 21:34 UTC (permalink / raw)
  To: Jason Andryuk; +Cc: Luis Rodriguez, Felix Fietkau, linux-wireless, Tim Gardner

On Fri, Jan 07, 2011 at 12:42:05PM -0800, Jason Andryuk wrote:
> On Fri, Nov 12, 2010 at 2:16 PM, Luis R. Rodriguez
> <lrodriguez@atheros.com> wrote:
> > On Fri, Nov 12, 2010 at 10:47 AM, Felix Fietkau <nbd@openwrt.org> wrote:
> >> Signed-off-by: Felix Fietkau <nbd@openwrt.org>
> >
> > Applied and pushed, thanks!
> >
> >  Luis
> 
> This patch is to compile compat-wireless-2.6.37-2-sn.tar.bz2 on Ubuntu
> 10.10 2.6.35-24-generic.

I just sucked these two:

commit 7010ed051959df86a772dd730b8ea5921cc350d8
Author: Felix Fietkau <nbd@openwrt.org>
Date:   Fri Nov 12 11:15:28 2010 -0800

    compat: fix a typo in pm_qos_update_request for 2.6.35
    
    Signed-off-by: Felix Fietkau <nbd@openwrt.org>

commit e8f244e7399eb4eb0ef6930bbcefe6fea74b4a73
Author: Felix Fietkau <nbd@openwrt.org>
Date:   Fri Nov 12 11:14:44 2010 -0800

    compat: fix pm_qos_params compile error on 2.6.35
    
    Linux 2.6.35 pm_qos_params.h is missing a #ifndef/define/endif around
    its header file contents, causing a compile error when its functions
    are overwritten by macros in the compat header files.
    Fix this by adding these to the compat version of this header file.
    
    Signed-off-by: Felix Fietkau <nbd@openwrt.org>

into these releases:

http://www.orbit-lab.org/kernel/compat-wireless-2.6-stable/v2.6.37/compat-wireless-2.6.37-3.tar.bz2
http://www.orbit-lab.org/kernel/compat-wireless-2.6-stable/v2.6.37/compat-wireless-2.6.37-3-sn.tar.bz2

Please test and let me know if that fixes your woes.

  Luis

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

* Re: [PATCH] compat: fix a typo in pm_qos_update_request for 2.6.35
  2011-01-07 21:34     ` Luis R. Rodriguez
@ 2011-01-08 18:25       ` Jason Andryuk
  0 siblings, 0 replies; 5+ messages in thread
From: Jason Andryuk @ 2011-01-08 18:25 UTC (permalink / raw)
  To: Luis R. Rodriguez
  Cc: Luis Rodriguez, Felix Fietkau, linux-wireless, Tim Gardner

On Fri, Jan 7, 2011 at 4:34 PM, Luis R. Rodriguez
<lrodriguez@atheros.com> wrote:
> On Fri, Jan 07, 2011 at 12:42:05PM -0800, Jason Andryuk wrote:
>> On Fri, Nov 12, 2010 at 2:16 PM, Luis R. Rodriguez
>> <lrodriguez@atheros.com> wrote:
>> > On Fri, Nov 12, 2010 at 10:47 AM, Felix Fietkau <nbd@openwrt.org> wrote:
>> >> Signed-off-by: Felix Fietkau <nbd@openwrt.org>
>> >
>> > Applied and pushed, thanks!
>> >
>> >  Luis
>>
>> This patch is to compile compat-wireless-2.6.37-2-sn.tar.bz2 on Ubuntu
>> 10.10 2.6.35-24-generic.
>
> I just sucked these two:
>
> commit 7010ed051959df86a772dd730b8ea5921cc350d8
> Author: Felix Fietkau <nbd@openwrt.org>
> Date:   Fri Nov 12 11:15:28 2010 -0800
>
>    compat: fix a typo in pm_qos_update_request for 2.6.35
>
>    Signed-off-by: Felix Fietkau <nbd@openwrt.org>
>
> commit e8f244e7399eb4eb0ef6930bbcefe6fea74b4a73
> Author: Felix Fietkau <nbd@openwrt.org>
> Date:   Fri Nov 12 11:14:44 2010 -0800
>
>    compat: fix pm_qos_params compile error on 2.6.35
>
>    Linux 2.6.35 pm_qos_params.h is missing a #ifndef/define/endif around
>    its header file contents, causing a compile error when its functions
>    are overwritten by macros in the compat header files.
>    Fix this by adding these to the compat version of this header file.
>
>    Signed-off-by: Felix Fietkau <nbd@openwrt.org>
>
> into these releases:
>
> http://www.orbit-lab.org/kernel/compat-wireless-2.6-stable/v2.6.37/compat-wireless-2.6.37-3.tar.bz2
> http://www.orbit-lab.org/kernel/compat-wireless-2.6-stable/v2.6.37/compat-wireless-2.6.37-3-sn.tar.bz2
>
> Please test and let me know if that fixes your woes.
>
>  Luis

compat-wireless-2.6.37-3-sn.tar.bz2 successfully compiled and installed for me.

Thanks,

Jason

^ 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).