aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/edac/cpc925_edac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/edac/cpc925_edac.c b/drivers/edac/cpc925_edac.c
index 7f3c57113ba1..df6575f1430d 100644
--- a/drivers/edac/cpc925_edac.c
+++ b/drivers/edac/cpc925_edac.c
@@ -789,7 +789,7 @@ static struct cpc925_dev_info cpc925_devs[] = {
789 .exit = cpc925_htlink_exit, 789 .exit = cpc925_htlink_exit,
790 .check = cpc925_htlink_check, 790 .check = cpc925_htlink_check,
791 }, 791 },
792 {0}, /* Terminated by NULL */ 792 { }
793}; 793};
794 794
795/* 795/*