Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756960Ab3GYSbY (ORCPT ); Thu, 25 Jul 2013 14:31:24 -0400 Received: from mail-ob0-f175.google.com ([209.85.214.175]:42232 "EHLO mail-ob0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756064Ab3GYSbX (ORCPT ); Thu, 25 Jul 2013 14:31:23 -0400 MIME-Version: 1.0 In-Reply-To: References: <1374646199-9398-1-git-send-email-pshah.mumbai@gmail.com> <51F07489.7010404@gmail.com> Date: Thu, 25 Jul 2013 21:31:22 +0300 Message-ID: Subject: Re: [PATCH] Change request_irq() to use struct net_device *dev->name From: Andy Shevchenko To: whiteheadm@acm.org Cc: Prashant Shah , Ryan Mallon , netdev , "linux-kernel@vger.kernel.org" , mwhitehe@redhat.com, kernel-mentors@selenic.com Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 687 Lines: 18 On Thu, Jul 25, 2013 at 6:20 PM, tedheadster 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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/