* [U-Boot] [PATCH] exynos: video: fix typo in DisplayPort driver
@ 2017-10-28 3:08 tobetter at gmail.com
2017-10-29 13:50 ` Anatolij Gustschin
0 siblings, 1 reply; 2+ messages in thread
From: tobetter at gmail.com @ 2017-10-28 3:08 UTC (permalink / raw)
To: u-boot
From: Dongjin Kim <tobetter@gmail.com>
Signed-off-by: Dongjin Kim <tobetter@gmail.com>
CC: Simon Glass <sjg@chromium.org>
CC: Minkyu Kang <mk7.kang@samsung.com>
---
drivers/video/exynos/exynos_dp.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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,
--
2.11.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-10-29 13:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-28 3:08 [U-Boot] [PATCH] exynos: video: fix typo in DisplayPort driver tobetter at gmail.com
2017-10-29 13:50 ` Anatolij Gustschin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox