diff options
| author | Nathan Chancellor <[email protected]> | 2020-04-16 11:24:02 -0700 |
|---|---|---|
| committer | Ulf Hansson <[email protected]> | 2020-05-28 11:20:58 +0200 |
| commit | 098c408b040d49158dc6aea52db7493187ac5e09 (patch) | |
| tree | 5e1bb2b8e13e0a0c1fd4f3ae31d5d8c5eb2fbf83 /include/linux/timerqueue.h | |
| parent | bcf89cb8e0467a6183a4a2a70e71d3c09edfb34a (diff) | |
mmc: sdhci-of-arasan: Remove uninitialized ret variables
Clang warns:
drivers/mmc/host/sdhci-of-arasan.c:784:9: warning: variable 'ret' is
uninitialized when used here [-Wuninitialized]
return ret;
^~~
drivers/mmc/host/sdhci-of-arasan.c:738:9: note: initialize the variable
'ret' to silence this warning
int ret;
^
= 0
drivers/mmc/host/sdhci-of-arasan.c:860:9: warning: variable 'ret' is
uninitialized when used here [-Wuninitialized]
return ret;
^~~
drivers/mmc/host/sdhci-of-arasan.c:810:9: note: initialize the variable
'ret' to silence this warning
int ret;
^
= 0
2 warnings generated.
This looks like a copy paste error. Neither function has handling that
needs ret so just remove it and return 0 directly.
Link: https://github.com/ClangBuiltLinux/linux/issues/996
Reported-by: kernelci.org bot <[email protected]>
Signed-off-by: Nathan Chancellor <[email protected]>
Reviewed-by: Nick Desaulniers <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Ulf Hansson <[email protected]>
Diffstat (limited to 'include/linux/timerqueue.h')
0 files changed, 0 insertions, 0 deletions