projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
963be68
)
exynos: video: fix typo in DisplayPort driver
author
Dongjin Kim
<tobetter@gmail.com>
Sat, 28 Oct 2017 03:08:51 +0000
(23:08 -0400)
committer
Anatolij Gustschin
<agust@denx.de>
Sun, 29 Oct 2017 13:33:55 +0000
(14:33 +0100)
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
patch
|
blob
|
history
diff --git
a/drivers/video/exynos/exynos_dp.c
b/drivers/video/exynos/exynos_dp.c
index 092342e7ada32cb5491f9c428965eedb361be3e5..2be230cb6bb118f639af1e9caa546b609a488a4a 100644
(file)
--- 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 = "e
e
xynos_dp",
+ .name = "exynos_dp",
.id = UCLASS_DISPLAY,
.of_match = exynos_dp_ids,
.ops = &exynos_dp_ops,