Commit fc5ace7e authored by Dan Carpenter's avatar Dan Carpenter Committed by Greg Kroah-Hartman

Staging: gma500: typo in array initialization

There is a comma missing here between the strings so they were
concatenated by mistake.
Signed-off-by: default avatarDan Carpenter <error27@gmail.com>
Signed-off-by: default avatarAlan Cox <alan@linux.intel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 983e4d34
...@@ -62,7 +62,7 @@ static const char * const dsi_errors[] = { ...@@ -62,7 +62,7 @@ static const char * const dsi_errors[] = {
"RX Prot Violation", "RX Prot Violation",
"HS Generic Write FIFO Full", "HS Generic Write FIFO Full",
"LP Generic Write FIFO Full", "LP Generic Write FIFO Full",
"Generic Read Data Avail" "Generic Read Data Avail",
"Special Packet Sent", "Special Packet Sent",
"Tearing Effect", "Tearing Effect",
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment