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:
1c2faa2
)
hwmon: (nct6775) Allocate attributes dynamically from templates
author
Guenter Roeck
<linux@roeck-us.net>
Mon, 18 Mar 2013 16:22:50 +0000
(09:22 -0700)
committer
Guenter Roeck
<linux@roeck-us.net>
Mon, 12 Aug 2013 05:10:38 +0000
(22:10 -0700)
Static attribute allocation is large and very repetitive.
Allocate attributes and attribute groups dynamically instead.
This reduces the size of the driver source by more than 600 lines,
and object size by more than 20k (more than 30%).
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
No differences found