|
@@ -134,7 +134,7 @@ zalon_probe(struct parisc_device *dev)
|
|
|
|
|
|
host = ncr_attach(&zalon7xx_template, unit, &device);
|
|
host = ncr_attach(&zalon7xx_template, unit, &device);
|
|
if (!host)
|
|
if (!host)
|
|
- goto fail;
|
|
|
|
|
|
+ return -ENODEV;
|
|
|
|
|
|
if (request_irq(dev->irq, ncr53c8xx_intr, IRQF_SHARED, "zalon", host)) {
|
|
if (request_irq(dev->irq, ncr53c8xx_intr, IRQF_SHARED, "zalon", host)) {
|
|
dev_printk(KERN_ERR, &dev->dev, "irq problem with %d, detaching\n ",
|
|
dev_printk(KERN_ERR, &dev->dev, "irq problem with %d, detaching\n ",
|