Loading arch/ppc64/kernel/vio.c +1 −1 Original line number Diff line number Diff line Loading @@ -111,7 +111,7 @@ EXPORT_SYMBOL(vio_unregister_driver); static const struct vio_device_id *vio_match_device( const struct vio_device_id *ids, const struct vio_dev *dev) { while (ids->type) { while (ids->type[0] != '\0') { if (vio_bus_ops.match(ids, dev)) return ids; ids++; Loading drivers/block/viodasd.c +1 −1 Original line number Diff line number Diff line Loading @@ -776,7 +776,7 @@ static int viodasd_remove(struct vio_dev *vdev) */ static struct vio_device_id viodasd_device_table[] __devinitdata = { { "viodasd", "" }, { 0, } { "", "" } }; MODULE_DEVICE_TABLE(vio, viodasd_device_table); Loading drivers/cdrom/viocd.c +1 −1 Original line number Diff line number Diff line Loading @@ -734,7 +734,7 @@ static int viocd_remove(struct vio_dev *vdev) */ static struct vio_device_id viocd_device_table[] __devinitdata = { { "viocd", "" }, { 0, } { "", "" } }; MODULE_DEVICE_TABLE(vio, viocd_device_table); Loading drivers/char/hvc_vio.c +1 −1 Original line number Diff line number Diff line Loading @@ -39,7 +39,7 @@ char hvc_driver_name[] = "hvc_console"; static struct vio_device_id hvc_driver_table[] __devinitdata = { {"serial", "hvterm1"}, { NULL, } { "", "" } }; MODULE_DEVICE_TABLE(vio, hvc_driver_table); Loading drivers/char/hvcs.c +1 −1 Original line number Diff line number Diff line Loading @@ -527,7 +527,7 @@ static int khvcsd(void *unused) static struct vio_device_id hvcs_driver_table[] __devinitdata= { {"serial-server", "hvterm2"}, { NULL, } { "", "" } }; MODULE_DEVICE_TABLE(vio, hvcs_driver_table); Loading Loading
arch/ppc64/kernel/vio.c +1 −1 Original line number Diff line number Diff line Loading @@ -111,7 +111,7 @@ EXPORT_SYMBOL(vio_unregister_driver); static const struct vio_device_id *vio_match_device( const struct vio_device_id *ids, const struct vio_dev *dev) { while (ids->type) { while (ids->type[0] != '\0') { if (vio_bus_ops.match(ids, dev)) return ids; ids++; Loading
drivers/block/viodasd.c +1 −1 Original line number Diff line number Diff line Loading @@ -776,7 +776,7 @@ static int viodasd_remove(struct vio_dev *vdev) */ static struct vio_device_id viodasd_device_table[] __devinitdata = { { "viodasd", "" }, { 0, } { "", "" } }; MODULE_DEVICE_TABLE(vio, viodasd_device_table); Loading
drivers/cdrom/viocd.c +1 −1 Original line number Diff line number Diff line Loading @@ -734,7 +734,7 @@ static int viocd_remove(struct vio_dev *vdev) */ static struct vio_device_id viocd_device_table[] __devinitdata = { { "viocd", "" }, { 0, } { "", "" } }; MODULE_DEVICE_TABLE(vio, viocd_device_table); Loading
drivers/char/hvc_vio.c +1 −1 Original line number Diff line number Diff line Loading @@ -39,7 +39,7 @@ char hvc_driver_name[] = "hvc_console"; static struct vio_device_id hvc_driver_table[] __devinitdata = { {"serial", "hvterm1"}, { NULL, } { "", "" } }; MODULE_DEVICE_TABLE(vio, hvc_driver_table); Loading
drivers/char/hvcs.c +1 −1 Original line number Diff line number Diff line Loading @@ -527,7 +527,7 @@ static int khvcsd(void *unused) static struct vio_device_id hvcs_driver_table[] __devinitdata= { {"serial-server", "hvterm2"}, { NULL, } { "", "" } }; MODULE_DEVICE_TABLE(vio, hvcs_driver_table); Loading