]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/scsi/hosts.c
hwmon: (lm90) Add support for the LM99 16 degree offset
[linux-2.6-omap-h63xx.git] / drivers / scsi / hosts.c
index fed0b02ebc1d35ecba7c19b534956edf939eb7a6..3fdbb13e80a8ffa95a822ef30eb12a5cef7a5082 100644 (file)
@@ -464,7 +464,7 @@ static int __scsi_host_match(struct device *dev, void *data)
 struct Scsi_Host *scsi_host_lookup(unsigned short hostnum)
 {
        struct device *cdev;
-       struct Scsi_Host *shost = ERR_PTR(-ENXIO);
+       struct Scsi_Host *shost = NULL;
 
        cdev = class_find_device(&shost_class, NULL, &hostnum,
                                 __scsi_host_match);