diff options
Diffstat (limited to 'drivers/input/joydev.c')
-rw-r--r-- | drivers/input/joydev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/joydev.c b/drivers/input/joydev.c index a85b1485e774..6f2366220a50 100644 --- a/drivers/input/joydev.c +++ b/drivers/input/joydev.c | |||
@@ -800,7 +800,7 @@ static int joydev_connect(struct input_handler *handler, struct input_dev *dev, | |||
800 | } | 800 | } |
801 | } | 801 | } |
802 | 802 | ||
803 | strlcpy(joydev->dev.bus_id, joydev->name, sizeof(joydev->dev.bus_id)); | 803 | dev_set_name(&joydev->dev, joydev->name); |
804 | joydev->dev.devt = MKDEV(INPUT_MAJOR, JOYDEV_MINOR_BASE + minor); | 804 | joydev->dev.devt = MKDEV(INPUT_MAJOR, JOYDEV_MINOR_BASE + minor); |
805 | joydev->dev.class = &input_class; | 805 | joydev->dev.class = &input_class; |
806 | joydev->dev.parent = &dev->dev; | 806 | joydev->dev.parent = &dev->dev; |