From: Mauro Carvalho Chehab Date: Fri, 30 Mar 2012 19:10:51 +0000 (-0300) Subject: i7core_edac: change the mem allocation scheme to make Documentation/kobject.txt happy X-Git-Tag: v3.6-rc1~62^2^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=356f0a30860d44de7ac021708caa0c8bd5688dbe;p=pandora-kernel.git i7core_edac: change the mem allocation scheme to make Documentation/kobject.txt happy Kernel kobjects have rigid rules: each container object should be dynamically allocated, and can't be allocated into a single kmalloc. EDAC never obeyed this rule: it has a single malloc function that allocates all needed data into a single kzalloc. As this is not accepted anymore, change the allocation schema of the EDAC *_info structs to enforce this Kernel standard. Cc: Aristeu Rozanski Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed