All of lore.kernel.org
 help / color / mirror / Atom feed
From: Craig Rodrigues <rodrigc@attbi.com>
To: zwane@commfireservices.com
Cc: davej@suse.de, linux-kernel@vger.kernel.org
Subject: [PATCH 2.5.59] sc1200wdt.c, isapnp_find_device -> pnp_find_device
Date: Wed, 29 Jan 2003 01:19:51 -0500	[thread overview]
Message-ID: <20030129061951.GA8174@attbi.com> (raw)

Hi,

The following patch renames isapnp_find_device() to pnp_find_device(),
since isapnp_find_device() doesn't exist in the 2.5.59 kernel.

--- drivers/char/watchdog/sc1200wdt.c.orig	Wed Jan 29 00:47:50 2003
+++ drivers/char/watchdog/sc1200wdt.c	Wed Jan 29 00:47:53 2003
@@ -335,7 +335,7 @@
 	int ret;
 
 	/* The WDT is logical device 8 on the main device */
-	wdt_dev = isapnp_find_dev(NULL, ISAPNP_VENDOR('N','S','C'), ISAPNP_FUNCTION(0x08), NULL);
+	wdt_dev = pnp_find_dev(NULL, ISAPNP_VENDOR('N','S','C'), ISAPNP_FUNCTION(0x08), NULL);
 	if (!wdt_dev)
 		return -ENODEV;
 	


-- 
Craig Rodrigues        
http://home.attbi.com/~rodrigc
rodrigc@attbi.com

             reply	other threads:[~2003-01-29  6:10 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-01-29  6:19 Craig Rodrigues [this message]
2003-01-29 12:39 ` [PATCH 2.5.59] sc1200wdt.c, isapnp_find_device -> pnp_find_device Dave Jones

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=20030129061951.GA8174@attbi.com \
    --to=rodrigc@attbi.com \
    --cc=davej@suse.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=zwane@commfireservices.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.