[SCSI] qla2xxx: Correct qla2x00_eh_wait_on_command() to wait correctly.
[linux-2.6-microblaze.git] / drivers / atm / horizon.c
index 6154123..6b969f8 100644 (file)
@@ -2705,7 +2705,7 @@ static int __devinit hrz_probe(struct pci_dev *pci_dev, const struct pci_device_
 
        /* XXX DEV_LABEL is a guess */
        if (!request_region(iobase, HRZ_IO_EXTENT, DEV_LABEL)) {
-               return -EINVAL;
+               err = -EINVAL;
                goto out_disable;
        }