mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-30 23:55:50 +00:00
[SCSI] fix up mismerge in osst
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
This commit is contained in:
parent
19a7b4aebf
commit
80e23babfc
@ -5819,7 +5819,7 @@ static int osst_probe(struct device *dev)
|
|||||||
}
|
}
|
||||||
drive->number = devfs_register_tape(SDp->devfs_name);
|
drive->number = devfs_register_tape(SDp->devfs_name);
|
||||||
|
|
||||||
sdev_printk(KERN_INFO, &SDp,
|
sdev_printk(KERN_INFO, SDp,
|
||||||
"osst :I: Attached OnStream %.5s tape as %s\n",
|
"osst :I: Attached OnStream %.5s tape as %s\n",
|
||||||
SDp->model, tape_name(tpnt));
|
SDp->model, tape_name(tpnt));
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user