]> git.karo-electronics.de Git - karo-tx-linux.git/commit
edac: Use more normal debugging macro style
authorJoe Perches <joe@perches.com>
Sat, 28 Apr 2012 19:41:46 +0000 (16:41 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 11 Jun 2012 16:23:48 +0000 (13:23 -0300)
commit7e881856eee8b889b76cd1d8e04ce2fc79b72099
tree1cd297b48d2193bce416a5516583fe65630c2d45
parentdd23cd6eb1f59ba722a6e6aa228adff7c01404de
edac: Use more normal debugging macro style

Convert macros to a simpler style and enforce appropriate
format checking when not CONFIG_EDAC_DEBUG.

Use fmt and __VA_ARGS__, neaten macros.

Move some string arrays to the debugfx uses and remove the
now unnecessary CONFIG_EDAC_DEBUG variable block definitions.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/edac/edac_core.h
drivers/edac/i5000_edac.c
drivers/edac/i5400_edac.c
drivers/edac/i7300_edac.c