[SCSI] use {sdev,scmd,starget,shost}_printk in generic code
rejections fixed and Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
This commit is contained in:
committed by
James Bottomley
parent
01d7b3b8d0
commit
3bf743e7c8
@@ -3887,8 +3887,7 @@ static int st_probe(struct device *dev)
|
||||
if (SDp->type != TYPE_TAPE)
|
||||
return -ENODEV;
|
||||
if ((stp = st_incompatible(SDp))) {
|
||||
sdev_printk(KERN_INFO, SDp,
|
||||
"Found incompatible tape\n");
|
||||
sdev_printk(KERN_INFO, SDp, "Found incompatible tape\n");
|
||||
printk(KERN_INFO "st: The suggested driver is %s.\n", stp);
|
||||
return -ENODEV;
|
||||
}
|
||||
|
Reference in New Issue
Block a user