Re: [PATCH] net/ehea: bitops work on unsigned longs

2009-01-05 Thread Stephen Rothwell
Hi Dave, On Mon, 05 Jan 2009 16:05:35 -0800 (PST) David Miller wrote: > > Aha, yes the commit message fooled me :-) New patch is fine and > I'll toss this into net-2.6 I will try to do better in the future, thanks. -- Cheers, Stephen Rothwells...@canb.auug.org.au http://w

Re: [PATCH] net/ehea: bitops work on unsigned longs

2009-01-05 Thread David Miller
From: Stephen Rothwell Date: Tue, 6 Jan 2009 10:59:51 +1100 > Hi Dave, > > On Tue, 30 Dec 2008 21:51:56 -0800 (PST) David Miller > wrote: > > > > From: Stephen Rothwell > > Date: Wed, 31 Dec 2008 14:18:53 +1100 > > > > > These changes will avoid several warnings when we change u64 to unsigne

Re: [PATCH] net/ehea: bitops work on unsigned longs

2009-01-05 Thread Stephen Rothwell
Hi Dave, On Tue, 30 Dec 2008 21:51:56 -0800 (PST) David Miller wrote: > > From: Stephen Rothwell > Date: Wed, 31 Dec 2008 14:18:53 +1100 > > > These changes will avoid several warnings when we change u64 to unsigned > > long long. > > > > Also, ehea_driver_flags is only used in ehca_main.c >

Re: [PATCH] net/ehea: bitops work on unsigned longs

2008-12-31 Thread Benjamin Herrenschmidt
On Tue, 2008-12-30 at 21:51 -0800, David Miller wrote: > From: Stephen Rothwell > Date: Wed, 31 Dec 2008 14:18:53 +1100 > > > These changes will avoid several warnings when we change u64 to unsigned > > long long. > > > > Also, ehea_driver_flags is only used in ehca_main.c > > > > Signed-off-by

Re: [PATCH] net/ehea: bitops work on unsigned longs

2008-12-30 Thread David Miller
From: Stephen Rothwell Date: Wed, 31 Dec 2008 14:18:53 +1100 > These changes will avoid several warnings when we change u64 to unsigned > long long. > > Also, ehea_driver_flags is only used in ehca_main.c > > Signed-off-by: Stephen Rothwell > --- And also rejected, just like the previous two.

[PATCH] net/ehea: bitops work on unsigned longs

2008-12-30 Thread Stephen Rothwell
These changes will avoid several warnings when we change u64 to unsigned long long. Also, ehea_driver_flags is only used in ehca_main.c Signed-off-by: Stephen Rothwell --- drivers/net/ehea/ehea.h |3 +-- drivers/net/ehea/ehea_main.c |2 +- 2 files changed, 2 insertions(+), 3 deleti