netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: wanlong.gao@gmail.com
To: linux@dominikbrodowski.net, davem@davemloft.net,
	padovan@profusion.mobi, joe@perches.com, marcel@holtmann.org
Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org,
	Wanlong Gao <wanlong.gao@gmail.com>
Subject: [PATCH] X86:NET:Replaced a deprecated function .
Date: Mon,  4 Apr 2011 17:32:28 +0800	[thread overview]
Message-ID: <1301909548-20031-1-git-send-email-wanlong.gao@gmail.com> (raw)

From: Wanlong Gao <wanlong.gao@gmail.com>

kernel_warning: pcmcia_request_exclusive_irq is deprecated .

Signed-off-by: Wanlong Gao <wanlong.gao@gmail.com>
---
 drivers/net/pcmcia/nmclan_cs.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/net/pcmcia/nmclan_cs.c b/drivers/net/pcmcia/nmclan_cs.c
index 76683d9..bf97231
--- a/drivers/net/pcmcia/nmclan_cs.c
+++ b/drivers/net/pcmcia/nmclan_cs.c
@@ -625,7 +625,7 @@ static int nmclan_config(struct pcmcia_device *link)
   ret = pcmcia_request_io(link);
   if (ret)
 	  goto failed;
-  ret = pcmcia_request_exclusive_irq(link, mace_interrupt);
+  ret = __pcmcia_request_exclusive_irq(link, mace_interrupt);
   if (ret)
 	  goto failed;
   ret = pcmcia_enable_device(link);
-- 
1.7.3

             reply	other threads:[~2011-04-04  9:32 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-04  9:32 wanlong.gao [this message]
2011-04-04  9:36 ` [PATCH] X86:NET:Replaced a deprecated function Dominik Brodowski
2011-04-04  9:44   ` wanlong.gao
2011-04-04  9:53     ` Dominik Brodowski
2011-04-04 10:05     ` wanlong.gao

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1301909548-20031-1-git-send-email-wanlong.gao@gmail.com \
    --to=wanlong.gao@gmail.com \
    --cc=davem@davemloft.net \
    --cc=joe@perches.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@dominikbrodowski.net \
    --cc=marcel@holtmann.org \
    --cc=netdev@vger.kernel.org \
    --cc=padovan@profusion.mobi \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).