2003-11-26 14:33:29

by Rolf Eike Beer

[permalink] [raw]
Subject: Typo in patch for linux-2.6.0-test10/drivers/scsi/sata_svw.c

I tried to send it to <benh at crashing.org> which is the mail address in
bkbits, but the mail bounced. So here it is again.
-------------

There is something missing.

Eike

--- linux-2.6.0-test10-eike/drivers/scsi/sata_svw.c 2003-11-26 15:25:07.000000000 +0100
+++ linux-2.6.0-test10/drivers/scsi/sata_svw.c 2003-11-26 15:30:22.000000000 +0100
@@ -317,7 +317,7 @@

/* Clear a magic bit in SCR1 according to Darwin, those help
* some funky seagate drives (though so far, those were already
- * set by the firmware on the machines I had access to
+ * set by the firmware on the machines I had access to)
*/
writel(readl(mmio_base + 0x80) & ~0x00040000, mmio_base + 0x80);


2003-11-27 22:59:58

by Benjamin Herrenschmidt

[permalink] [raw]
Subject: Re: Typo in patch for linux-2.6.0-test10/drivers/scsi/sata_svw.c

On Thu, 2003-11-27 at 01:37, Rolf Eike Beer wrote:
> I tried to send it to <benh at crashing.org> which is the mail address in
> bkbits, but the mail bounced. So here it is again.
> -------------

Yup, Jeff did a mistake on the address, it's @kernel.crashing.org ;)

Ben.