Re: [PATCH] Change request_irq() to use struct net_device *dev->name

From: Andy Shevchenko
Date: Thu Jul 25 2013 - 14:31:31 EST


On Thu, Jul 25, 2013 at 6:20 PM, tedheadster <tedheadster@xxxxxxxxx> wrote:
> Andy,
> I can't find a single example of a devres_* call in
> drivers/net/ethernet/*. Does any networking code exist that we can look at
> as an example for conversion to the devres API?

devres API usually means managed version of the functions that used
mostly at probe() stage.
For example, devm_*() or pcim_*() calls.

--
With Best Regards,
Andy Shevchenko
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/