All of lore.kernel.org
 help / color / mirror / Atom feed
* + fix-atl1-braino.patch added to -mm tree
@ 2007-02-14 21:46 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2007-02-14 21:46 UTC (permalink / raw)
  To: mm-commits; +Cc: viro, jeff, viro


The patch titled
     fix atl1 braino
has been added to the -mm tree.  Its filename is
     fix-atl1-braino.patch

*** Remember to use Documentation/SubmitChecklist when testing your code ***

See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find
out what to do about this

------------------------------------------------------
Subject: fix atl1 braino
From: Al Viro <viro@ftp.linux.org.uk>

Spot the bug...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Cc: Jeff Garzik <jeff@garzik.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 drivers/net/atl1/atl1_hw.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN drivers/net/atl1/atl1_hw.c~fix-atl1-braino drivers/net/atl1/atl1_hw.c
--- a/drivers/net/atl1/atl1_hw.c~fix-atl1-braino
+++ a/drivers/net/atl1/atl1_hw.c
@@ -357,7 +357,7 @@ void atl1_hash_set(struct atl1_hw *hw, u
 	 */
 	hash_reg = (hash_value >> 31) & 0x1;
 	hash_bit = (hash_value >> 26) & 0x1F;
-	mta = ioread32((hw + REG_RX_HASH_TABLE) + (hash_reg << 2));
+	mta = ioread32((hw->hw_addr + REG_RX_HASH_TABLE) + (hash_reg << 2));
 	mta |= (1 << hash_bit);
 	iowrite32(mta, (hw->hw_addr + REG_RX_HASH_TABLE) + (hash_reg << 2));
 }
_

Patches currently in -mm which might be from viro@ftp.linux.org.uk are

origin.patch
git-acpi.patch
fix-atl1-braino.patch
slab-leaks3-default-y.patch

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-02-14 21:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-14 21:46 + fix-atl1-braino.patch added to -mm tree akpm

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.