[SCSI] struct device - replace bus_id with dev_name(), dev_set_name()
[jejb: limit ioctl to returning 20 characters to avoid overrun on long device names and add a few more conversions] Signed-off-by: Kay Sievers <kay.sievers@vrfy.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Этот коммит содержится в:

коммит произвёл
James Bottomley

родитель
b58602a4ba
Коммит
71610f55fa
@@ -78,8 +78,7 @@ static int __init snirm710_probe(struct platform_device *dev)
|
||||
base = res->start;
|
||||
hostdata = kzalloc(sizeof(*hostdata), GFP_KERNEL);
|
||||
if (!hostdata) {
|
||||
printk(KERN_ERR "%s: Failed to allocate host data\n",
|
||||
dev->dev.bus_id);
|
||||
dev_printk(KERN_ERR, dev, "Failed to allocate host data\n");
|
||||
return -ENOMEM;
|
||||
}
|
||||
|
||||
|
Ссылка в новой задаче
Block a user