This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / drivers / scsi / scsi.c
index 855a682..ec6faeb 100644 (file)
@@ -1063,6 +1063,7 @@ struct scsi_device *__scsi_iterate_devices(struct Scsi_Host *shost,
                /* skip devices that we can't get a reference to */
                if (!scsi_device_get(next))
                        break;
+
                next = NULL;
                list = list->next;
        }