From 0328461ea954cab13956aedb97f9686bfdfdf2a5 Mon Sep 17 00:00:00 2001 From: Guenter Roeck Date: Sun, 20 Jan 2013 08:13:21 -0800 Subject: [PATCH] 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-format-patch failed