EDAC: Remove arbitrary limit on number of channels
authorTony Luck <tony.luck@intel.com>
Mon, 18 May 2015 20:32:37 +0000 (17:32 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Wed, 3 Jun 2015 13:10:22 +0000 (10:10 -0300)
commitc44696fff04ff62f65441afe9ea244b47653dd6d
tree7bc315bccc2cf551533ad39a7e3fad808fb23157
parentc65b99f046843d2455aa231747b5a07a999a9f3d
EDAC: Remove arbitrary limit on number of channels

Currently set to "6", but the reset of the code will dynamically
allocate as needed.  We need to go to "8" today, but drop the check
completely to save doing this again when we need even larger numbers.

Signed-off-by: Tony Luck <tony.luck@intel.com>
Acked-by: Aristeu Rozanski <aris@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/edac/edac_mc_sysfs.c