diff options
author | 2014-09-22 13:52:11 +0800 | |
---|---|---|
committer | 2014-09-27 16:03:06 -0700 | |
commit | 7af472485733c19a52bba5d1a064f6d88c0d9880 (patch) | |
tree | 75fdf88d6ab90ed1c631847afc71db53d11a7203 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | Merge tag 'sunxi-clocks-for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux into clk-next (diff) | |
download | linux-dev-7af472485733c19a52bba5d1a064f6d88c0d9880.tar.xz linux-dev-7af472485733c19a52bba5d1a064f6d88c0d9880.zip |
clk: use uninitialized_var instead setting 'flags' to 0 directly.
Setting 'flags' to zero will be certainly a misleading way to avoid
warning of 'flags' may be used uninitialized. uninitialized_var is
a correct way because the warning is a false possitive.
Signed-off-by: Xiubo Li <Li.Xiubo@freescale.com>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions