diff options
Diffstat (limited to 'drivers/mfd/rtsx_usb.c')
-rw-r--r-- | drivers/mfd/rtsx_usb.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/mfd/rtsx_usb.c b/drivers/mfd/rtsx_usb.c index 9cf98d142d9a..dbdd0faeb6ce 100644 --- a/drivers/mfd/rtsx_usb.c +++ b/drivers/mfd/rtsx_usb.c | |||
@@ -647,8 +647,8 @@ static int rtsx_usb_probe(struct usb_interface *intf, | |||
647 | /* initialize USB SG transfer timer */ | 647 | /* initialize USB SG transfer timer */ |
648 | setup_timer(&ucr->sg_timer, rtsx_usb_sg_timed_out, (unsigned long) ucr); | 648 | setup_timer(&ucr->sg_timer, rtsx_usb_sg_timed_out, (unsigned long) ucr); |
649 | 649 | ||
650 | ret = mfd_add_devices(&intf->dev, usb_dev->devnum, rtsx_usb_cells, | 650 | ret = mfd_add_hotplug_devices(&intf->dev, rtsx_usb_cells, |
651 | ARRAY_SIZE(rtsx_usb_cells), NULL, 0, NULL); | 651 | ARRAY_SIZE(rtsx_usb_cells)); |
652 | if (ret) | 652 | if (ret) |
653 | goto out_init_fail; | 653 | goto out_init_fail; |
654 | 654 | ||