From: Mugunthan V N <mugunthanvnm@xxxxxx> Date: Wed, 18 Dec 2013 21:33:50 +0530 > During checking the interrupts with "cat /proc/interrupts", it is showing > device name as (null), this change was done with commit id aa1a15e2d where > request_irq is changed to devm_request_irq also changing the irq name from > platform device name to net device name, but the net device is not > registered at this point with the network frame work, so devm_request_irq > is called with device name as NULL, by which it is showed as "(null)" in > "cat /proc/interrupts". So this patch changes back irq name to platform > device name itself in devm_request_irq so that the device name shows as > below. ... > Signed-off-by: Mugunthan V N <mugunthanvnm@xxxxxx> This looks a lot better, thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html