diff options
author | Martin Blumenstingl <[email protected]> | 2020-05-18 00:29:07 +0200 |
---|---|---|
committer | Ulf Hansson <[email protected]> | 2020-05-28 11:22:15 +0200 |
commit | 7d79735d56a2f425f8c40054da0042b35c678839 (patch) | |
tree | ebf8663a95265256af2a8089e0d32c298f295e33 /tools/perf/scripts/python/syscall-counts.py | |
parent | c70805dca13970d18a4a9960bdc1d2f10de59057 (diff) |
mmc: meson-mx-sdhc: Don't use literal 0 to initialize structs
Kbuild test robot reports the following warning in lines 56 and 87 of
drivers/mmc/host/meson-mx-sdhc-clkc.c:
Using plain integer as NULL pointer
Drop the integer value from the struct initialization to fix that
warning. This will still ensure that the compiler will zero out the
struct so it's in a well-defined state.
Reported-by: kbuild test robot <[email protected]>
Signed-off-by: Martin Blumenstingl <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Ulf Hansson <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions