You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
[SCSI] use sfoo_printk() in drivers
Rejections fixed up and Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
This commit is contained in:
committed by
James Bottomley
parent
3bf743e7c8
commit
017560fca4
+1
-3
@@ -940,9 +940,7 @@ static int ch_probe(struct device *dev)
|
||||
MKDEV(SCSI_CHANGER_MAJOR,ch->minor),
|
||||
dev, "s%s", ch->name);
|
||||
|
||||
printk(KERN_INFO "Attached scsi changer %s "
|
||||
"at scsi%d, channel %d, id %d, lun %d\n",
|
||||
ch->name, sd->host->host_no, sd->channel, sd->id, sd->lun);
|
||||
sdev_printk(KERN_INFO, sd, "Attached scsi changer %s\n", ch->name);
|
||||
|
||||
spin_lock(&ch_devlist_lock);
|
||||
list_add_tail(&ch->list,&ch_devlist);
|
||||
|
||||
Reference in New Issue
Block a user