Re: [PATCH] Re: cciss: warning: right shift count >= width of type

2007-08-12 Thread Rene Herman
On 08/12/2007 10:32 PM, James Bottomley wrote: On Sun, 2007-08-12 at 07:58 +0100, Al Viro wrote: On Sun, Aug 12, 2007 at 03:21:57AM +0200, Rene Herman wrote: @@ -2609,13 +2609,13 @@ static void do_cciss_request(request_queue_t *q) } else { c->Request.CDB

Re: [PATCH] Re: cciss: warning: right shift count >= width of type

2007-08-12 Thread James Bottomley
On Sun, 2007-08-12 at 07:58 +0100, Al Viro wrote: > On Sun, Aug 12, 2007 at 03:21:57AM +0200, Rene Herman wrote: > > @@ -2609,13 +2609,13 @@ static void do_cciss_request(request_queue_t *q) > > } else { > > c->Request.CDBLen = 16; > > c->Request.C

Re: [PATCH] Re: cciss: warning: right shift count >= width of type

2007-08-12 Thread Rene Herman
On 08/12/2007 08:58 AM, Al Viro wrote: On Sun, Aug 12, 2007 at 03:21:57AM +0200, Rene Herman wrote: + c->Request.CDB[2]= ((u64)start_blk >> 56) & 0xff; //MSB + c->Request.CDB[3]= ((u64)start_blk >> 48) & 0xff; + c->Request.CDB

Re: [PATCH] Re: cciss: warning: right shift count >= width of type

2007-08-11 Thread Al Viro
On Sun, Aug 12, 2007 at 03:21:57AM +0200, Rene Herman wrote: > @@ -2609,13 +2609,13 @@ static void do_cciss_request(request_queue_t *q) > } else { > c->Request.CDBLen = 16; > c->Request.CDB[1]= 0; > - c->Request.CDB[2]= (

Re: [PATCH] Re: cciss: warning: right shift count >= width of type

2007-08-11 Thread Rene Herman
On 08/12/2007 03:25 AM, Rene Herman wrote: On 08/12/2007 02:56 AM, Jesper Juhl wrote: (whoops, forgot to add maintainer to Cc - now added) Ehm... too late... Useless followup though -- hp.com rejects me as it feels the SPF neutral results gmail sends due to me not using the gmail SMTP ser

[PATCH] Re: cciss: warning: right shift count >= width of type

2007-08-11 Thread Rene Herman
On 08/12/2007 02:28 AM, Jesper Juhl wrote: I've been building some randconfig kernels lately and I've noticed this in a few builds : drivers/block/cciss.c:2614: warning: right shift count >= width of type drivers/block/cciss.c:2615: warning: right shift count >= width of type drivers/block/cc

[PATCH] Re: cciss: warning: right shift count >= width of type

2007-08-11 Thread Rene Herman
On 08/12/2007 02:56 AM, Jesper Juhl wrote: (whoops, forgot to add maintainer to Cc - now added) Ehm... too late... On 12/08/07, Jesper Juhl <[EMAIL PROTECTED]> wrote: Hi, I've been building some randconfig kernels lately and I've noticed this in a few builds : drivers/block/cciss.c:2614:

Re: cciss: warning: right shift count >= width of type

2007-08-11 Thread Jesper Juhl
(whoops, forgot to add maintainer to Cc - now added) On 12/08/07, Jesper Juhl <[EMAIL PROTECTED]> wrote: > Hi, > > I've been building some randconfig kernels lately and I've noticed > this in a few builds : > > drivers/block/cciss.c:2614: warning: right shift count >= width of type > drivers/block

cciss: warning: right shift count >= width of type

2007-08-11 Thread Jesper Juhl
Hi, I've been building some randconfig kernels lately and I've noticed this in a few builds : drivers/block/cciss.c:2614: warning: right shift count >= width of type drivers/block/cciss.c:2615: warning: right shift count >= width of type drivers/block/cciss.c:2616: warning: right shift count >=