[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.DEB.2.02.1206080711370.1793@hadrien>
Date: Fri, 8 Jun 2012 07:12:18 +0200 (CEST)
From: Julia Lawall <julia.lawall@...6.fr>
To: David Miller <davem@...emloft.net>
cc: Julia.Lawall@...6.fr, kernel-janitors@...r.kernel.org,
linux-ide@...r.kernel.org, linux-kernel@...r.kernel.org,
joe@...ches.com, julia@...u.dk
Subject: Re: [PATCH 1/7] drivers/ide/ide-cs.c: adjust suspicious bit
operation
On Thu, 7 Jun 2012, David Miller wrote:
> From: Julia Lawall <Julia.Lawall@...6.fr>
> Date: Wed, 6 Jun 2012 23:41:35 +0200
>
>> - if (!(pdev->resource[0]->flags & IO_DATA_PATH_WIDTH_8)) {
>> + if ((p1dev->resource[0]->flags & IO_DATA_PATH_WIDTH)
>
> I'm really surprised someone as thorough as yourself did not
> compile test this.
Sorry, I changed the patch at the last minute, and it was indeed not a
good idea not to have compiled again. I will send another version, in
case it is useful.
julia
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists