mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 2.6.0-test3][ISDN] make sedlbauer.c compile
@ 2003-08-10  8:59 Vinay K Nallamothu
  0 siblings, 0 replies; only message in thread
From: Vinay K Nallamothu @ 2003-08-10  8:59 UTC (permalink / raw)
  To: Kai Germaschewski; +Cc: trivial, LKML

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++;




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-08-10  8:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-08-10  8:59 [PATCH 2.6.0-test3][ISDN] make sedlbauer.c compile Vinay K Nallamothu

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®