From: Vinay K Nallamothu <vinay-rc@naturesoft.net>
To: Kai Germaschewski <kai.germaschewski@gmx.de>
Cc: trivial@rustcorp.com.au, LKML <linux-kernel@vger.kernel.org>
Subject: [PATCH 2.6.0-test3][ISDN] make sedlbauer.c compile
Date: 10 Aug 2003 14:29:34 +0530 [thread overview]
Message-ID: <1060505974.1354.14.camel@lima.royalchallenge.com> (raw)
Hi,
This patch makes drivers/isdn/hisax/sedlbauer.c compile without which
the following compilation errors are generated:
drivers/isdn/hisax/sedlbauer.c: In function `setup_sedlbauer':
drivers/isdn/hisax/sedlbauer.c:763: label `err' used but not defined
--- linux-2.6.0-test3/drivers/isdn/hisax/sedlbauer.c 2003-07-15 17:22:23.000000000 +0530
+++ linux-2.6.0-test3-nvk/drivers/isdn/hisax/sedlbauer.c 2003-08-10 14:16:19.000000000 +0530
@@ -760,7 +760,7 @@
printk(KERN_ERR "Sedlbauer PnP:some resources are missing %ld/%lx\n",
pnp_irq(pd, 0), pnp_port_start(pd, 0));
pnp_device_detach(pd);
- goto err;
+ return 0;
}
card->para[1] = pnp_port_start(pd, 0);
card->para[0] = pnp_irq(pd, 0);
@@ -777,7 +777,7 @@
}
} else {
printk(KERN_ERR "Sedlbauer PnP: PnP error card found, no device\n");
- goto err;
+ return 0;
}
}
pdev++;
reply other threads:[~2003-08-10 8:39 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=1060505974.1354.14.camel@lima.royalchallenge.com \
--to=vinay-rc@naturesoft.net \
--cc=kai.germaschewski@gmx.de \
--cc=linux-kernel@vger.kernel.org \
--cc=trivial@rustcorp.com.au \
/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
all inboxes | Powered by JetHome®