[PATCH] arm driver net macb

Previous thread: [PATCH] acpi: numa: fixed white space and line length issue by Ralf Thielow on Thursday, September 2, 2010 - 1:27 pm. (1 message)

Next thread: ionice and FUSE-based filesystems? by Chris Friesen on Thursday, September 2, 2010 - 1:37 pm. (6 messages)
From: Paul Chavent
Date: Thursday, September 2, 2010 - 1:40 pm

When listing processes on a system with SOFT/HARD_IRQ enabled, the name of the ethernet device is [irq/eth%d] (instead of [irq/eth0] for example).

This patch call the request_irq function after having initialized the name of the device.

Signed-off-by: Paul Chavent <paul.chavent@fnac.net>

From: Nicolas Ferre
Date: Friday, September 3, 2010 - 6:41 am

The string is modified in register_netdev() so why don't you deal 
with IRQ just after it? I would have placed the code snippet 
before macb_mii_init(): what do you think about this?

Best regards,
-- 
Nicolas Ferre

--

Previous thread: [PATCH] acpi: numa: fixed white space and line length issue by Ralf Thielow on Thursday, September 2, 2010 - 1:27 pm. (1 message)

Next thread: ionice and FUSE-based filesystems? by Chris Friesen on Thursday, September 2, 2010 - 1:37 pm. (6 messages)