Re: [PATCH v3] net: smc91: fix crash regression on the versatile
From: David Miller <davem@davemloft.net>
Date: 2013-11-29 21:23:57
From: David Miller <davem@davemloft.net>
Date: 2013-11-29 21:23:57
From: Will Deacon <redacted> Date: Thu, 28 Nov 2013 17:24:42 +0000
On Thu, Nov 28, 2013 at 01:33:52PM +0000, Linus Walleij wrote:quoted
After commit e9e4ea74f06635f2ffc1dffe5ef40c854faa0a90 "net: smc91x: dont't use SMC_outw for fixing up halfword-aligned data" The Versatile SMSC LAN91C111 is crashing like this:[...]quoted
--- ChangeLog v2->v3: - Fold in a hunk from Will Deacon's patch addressing the same issue. ChangeLog v1->v2: - Correct commit message to nail the actual commit causing the bug, as pointed out by Russell. --- drivers/net/ethernet/smsc/smc91x.h | 22 ++++------------------ 1 file changed, 4 insertions(+), 18 deletions(-)Acked-by: Will Deacon [off-list ref] Cheers for sorting that out, Linus.
Applied, thanks.