|
@@ -592,7 +592,6 @@ static int do_scsi_scan_one(struct udevice *dev, int id, int lun, bool verbose)
|
|
memcpy(&bdesc->vendor, &bd.vendor, sizeof(bd.vendor));
|
|
memcpy(&bdesc->vendor, &bd.vendor, sizeof(bd.vendor));
|
|
memcpy(&bdesc->product, &bd.product, sizeof(bd.product));
|
|
memcpy(&bdesc->product, &bd.product, sizeof(bd.product));
|
|
memcpy(&bdesc->revision, &bd.revision, sizeof(bd.revision));
|
|
memcpy(&bdesc->revision, &bd.revision, sizeof(bd.revision));
|
|
- part_init(bdesc);
|
|
|
|
|
|
|
|
if (verbose) {
|
|
if (verbose) {
|
|
printf(" Device %d: ", 0);
|
|
printf(" Device %d: ", 0);
|