From: Jingoo Han Date: Mon, 12 Aug 2013 02:54:57 +0000 (+0900) Subject: cpc925_edac: Use proper array termination X-Git-Tag: v3.12-rc1~154^2~1^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75a9551f2b3792686df25501f248d1de92d5da0f;p=pandora-kernel.git cpc925_edac: Use proper array termination The struct should be terminated by using empty braces in order to fix the following sparse warning. drivers/edac/cpc925_edac.c:792:10: warning: Using plain integer as NULL pointer Signed-off-by: Jingoo Han [ drop obvious comment ] Signed-off-by: Borislav Petkov --- Reading git-diff-tree failed