From: Guenter Roeck Date: Sun, 20 Jan 2013 16:13:21 +0000 (-0800) Subject: hwmon: (pmbus) Simplify memory allocation for labels and booleans X-Git-Tag: v3.9-rc1~152^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0328461ea954cab13956aedb97f9686bfdfdf2a5;p=pandora-kernel.git hwmon: (pmbus) Simplify memory allocation for labels and booleans Since memory is now allocated with dev_ functions, we no longer need to keep track of allocated memory. Memory allocation for booleans and labels can therefore be simplified substantially by allocating it only as needed. Signed-off-by: Guenter Roeck --- Reading git-diff-tree failed