]> Pileus Git - ~andy/linux/commit
cpc925_edac: Use proper array termination
authorJingoo Han <jg1.han@samsung.com>
Mon, 12 Aug 2013 02:54:57 +0000 (11:54 +0900)
committerBorislav Petkov <bp@suse.de>
Wed, 14 Aug 2013 10:46:46 +0000 (12:46 +0200)
commit75a9551f2b3792686df25501f248d1de92d5da0f
tree4725585029c4d2a5d1f9d5a49e52e5d680d1fa7e
parente0d391ab04910aa1304f181fc865471a1d1508ec
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 <jg1.han@samsung.com>
[ drop obvious comment ]
Signed-off-by: Borislav Petkov <bp@suse.de>
drivers/edac/cpc925_edac.c