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:
f85b520
)
hwmon: (emc6w201) Do not declare enum variable
author
Guenter Roeck
<linux@roeck-us.net>
Fri, 6 Sep 2013 12:05:43 +0000
(14:05 +0200)
committer
Jean Delvare
<khali@endymion.delvare>
Fri, 6 Sep 2013 12:05:43 +0000
(14:05 +0200)
Fix the following smatch warning:
emc6w201.c:52:26: warning: symbol 'subfeature' was not declared.
Should it be static?
'enum { } subtype' declares an enum as (global) variable which we don't want.
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
No differences found