[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20131222.182243.37050518449066904.davem@davemloft.net>
Date: Sun, 22 Dec 2013 18:22:43 -0500 (EST)
From: David Miller <davem@...emloft.net>
To: mugunthanvnm@...com
Cc: netdev@...r.kernel.org, linux-omap@...r.kernel.org
Subject: Re: [net PATCH v3 1/1] drivers: net : cpsw: pass proper device
name while requesting irq
From: Mugunthan V N <mugunthanvnm@...com>
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@...com>
This looks a lot better, thanks.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists