RE: [patch 18/30] Fix |/|| confusion in fusion driver

2007-05-08 Thread James Bottomley
On Tue, 2007-05-08 at 11:06 -0600, Moore, Eric wrote: > On Thursday, April 26, 2007 1:35 AM, Dirk Mueller wrote: > > > > > This patch corrects a |/|| confusion in > > mptscsih_copy_sense_data. Using || > > means that the data that ends up being written is (almost always) 1, > > instead of being

RE: [patch 18/30] Fix |/|| confusion in fusion driver

2007-05-08 Thread Moore, Eric
On Thursday, April 26, 2007 1:35 AM, Dirk Mueller wrote: > > This patch corrects a |/|| confusion in > mptscsih_copy_sense_data. Using || > means that the data that ends up being written is (almost always) 1, > instead of being bit-wise or'ed. > > Cc: Eric Moore <[EMAIL PROTECTED]> > Cc: James

Re: [patch 18/30] Fix |/|| confusion in fusion driver

2007-05-07 Thread James Bottomley
On Thu, 2007-04-26 at 00:35 -0700, [EMAIL PROTECTED] wrote: > From: Dirk Mueller <[EMAIL PROTECTED]> > > This patch corrects a |/|| confusion in mptscsih_copy_sense_data. Using || > means that the data that ends up being written is (almost always) 1, > instead of being bit-wise or'ed. Needs ack