aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/gpu/drm/gma500/mdfld_dsi_pkg_sender.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/gma500/mdfld_dsi_pkg_sender.c b/drivers/gpu/drm/gma500/mdfld_dsi_pkg_sender.c
index 6b43ae3ffd73..1616af209bfc 100644
--- a/drivers/gpu/drm/gma500/mdfld_dsi_pkg_sender.c
+++ b/drivers/gpu/drm/gma500/mdfld_dsi_pkg_sender.c
@@ -72,7 +72,7 @@ static const char *const dsi_errors[] = {
72 "RX Prot Violation", 72 "RX Prot Violation",
73 "HS Generic Write FIFO Full", 73 "HS Generic Write FIFO Full",
74 "LP Generic Write FIFO Full", 74 "LP Generic Write FIFO Full",
75 "Generic Read Data Avail" 75 "Generic Read Data Avail",
76 "Special Packet Sent", 76 "Special Packet Sent",
77 "Tearing Effect", 77 "Tearing Effect",
78}; 78};