[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20100118180337.64f4f45b@lxorguk.ukuu.org.uk>
Date: Mon, 18 Jan 2010 18:03:37 +0000
From: Alan Cox <alan@...rguk.ukuu.org.uk>
To: Bartlomiej Zolnierkiewicz <bzolnier@...il.com>
Cc: linux-ide@...r.kernel.org,
Bartlomiej Zolnierkiewicz <bzolnier@...il.com>,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH 23/64] pata_via: store UDMA masks in via_isa_bridges
table
> + switch (udma_type) {
> + case ATA_UDMA4:
> + UT = T / 2; break;
> + case ATA_UDMA5:
> + UT = T / 3; break;
> + case ATA_UDMA6:
> + UT = T / 4; break;
> + }
UT = T (udma_type - ATA_UDMA3) ?
Looks good
--
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