From: Dongjin Kim Date: Sat, 28 Oct 2017 03:08:51 +0000 (-0400) Subject: exynos: video: fix typo in DisplayPort driver X-Git-Tag: v2017.11-rc3~4^2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=9b73bcc6c3f9a5fdff75159fc8e1ecddf1c290e8;p=u-boot exynos: video: fix typo in DisplayPort driver Signed-off-by: Dongjin Kim CC: Simon Glass CC: Minkyu Kang --- diff --git a/drivers/video/exynos/exynos_dp.c b/drivers/video/exynos/exynos_dp.c index 092342e7ad..2be230cb6b 100644 --- a/drivers/video/exynos/exynos_dp.c +++ b/drivers/video/exynos/exynos_dp.c @@ -1075,7 +1075,7 @@ static const struct udevice_id exynos_dp_ids[] = { }; U_BOOT_DRIVER(exynos_dp) = { - .name = "eexynos_dp", + .name = "exynos_dp", .id = UCLASS_DISPLAY, .of_match = exynos_dp_ids, .ops = &exynos_dp_ops,