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 65d7077a75a1..f9b876bd378d 100644 --- a/drivers/input/joydev.c +++ b/drivers/input/joydev.c | |||
@@ -801,7 +801,7 @@ static int joydev_connect(struct input_handler *handler, struct input_dev *dev, | |||
801 | } | 801 | } |
802 | } | 802 | } |
803 | 803 | ||
804 | strlcpy(joydev->dev.bus_id, joydev->name, sizeof(joydev->dev.bus_id)); | 804 | dev_set_name(&joydev->dev, joydev->name); |
805 | joydev->dev.devt = MKDEV(INPUT_MAJOR, JOYDEV_MINOR_BASE + minor); | 805 | joydev->dev.devt = MKDEV(INPUT_MAJOR, JOYDEV_MINOR_BASE + minor); |
806 | joydev->dev.class = &input_class; | 806 | joydev->dev.class = &input_class; |
807 | joydev->dev.parent = &dev->dev; | 807 | joydev->dev.parent = &dev->dev; |