git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2a5835
)
hwmon: (pmbus) Simplify memory allocation for labels and booleans
author
Guenter Roeck
<linux@roeck-us.net>
Sun, 20 Jan 2013 16:13:21 +0000
(08:13 -0800)
committer
Guenter Roeck
<linux@roeck-us.net>
Wed, 6 Feb 2013 17:58:01 +0000
(09:58 -0800)
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 <linux@roeck-us.net>
No differences found