diff options
author | Sachin Kamat <[email protected]> | 2012-11-24 11:20:51 +0900 |
---|---|---|
committer | Kukjin Kim <[email protected]> | 2012-11-24 11:20:51 +0900 |
commit | 6fb6f1ba60d0cfdb5964a02672d4696623822351 (patch) | |
tree | b23dd3018542ba21a241937dd987f7f44ffdc9f5 /tools/perf/util/trace-event-scripting.c | |
parent | 4a991b410cd7940c48f261e854e8698923e23fd2 (diff) |
pinctrl: samsung: Do not initialise statics to 0
Static variables are initialised to 0 by GCC.
Fixes the following checkpatch error:
ERROR: do not initialise statics to 0 or NULL
FILE: pinctrl/pinctrl-samsung.c:50:
static unsigned int pin_base = 0;
Signed-off-by: Sachin Kamat <[email protected]>
Acked-by: Linus Walleij <[email protected]>
Signed-off-by: Kukjin Kim <[email protected]>
Diffstat (limited to 'tools/perf/util/trace-event-scripting.c')
0 files changed, 0 insertions, 0 deletions