mips: struct device - replace bus_id with dev_name(), dev_set_name()
Cc: Ralf Baechle <ralf@linux-mips.org> Signed-off-by: Kay Sievers <kay.sievers@vrfy.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
475b44c199
commit
1bb5beb49f
@@ -1454,7 +1454,7 @@ static int __init vpe_module_init(void)
|
|||||||
device_initialize(&vpe_device);
|
device_initialize(&vpe_device);
|
||||||
vpe_device.class = &vpe_class,
|
vpe_device.class = &vpe_class,
|
||||||
vpe_device.parent = NULL,
|
vpe_device.parent = NULL,
|
||||||
strlcpy(vpe_device.bus_id, "vpe1", BUS_ID_SIZE);
|
dev_set_name(&vpe_device, "vpe1");
|
||||||
vpe_device.devt = MKDEV(major, minor);
|
vpe_device.devt = MKDEV(major, minor);
|
||||||
err = device_add(&vpe_device);
|
err = device_add(&vpe_device);
|
||||||
if (err) {
|
if (err) {
|
||||||
|
Reference in New Issue
Block a user