diff options
author | Peter Geis <pgwipeout@gmail.com> | 2021-05-29 13:05:55 +0200 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2021-05-30 23:24:38 +0200 |
commit | 546d6bad18c04926c4d0eba4222654a9a60ea830 (patch) | |
tree | 3226c42f9b2beb73d39d20324753a724b6352fb5 /include | |
parent | Merge branch 'net-dsa-qca8k-check-return-value-of-read-functions-correctly' (diff) | |
download | linux-546d6bad18c04926c4d0eba4222654a9a60ea830.tar.xz linux-546d6bad18c04926c4d0eba4222654a9a60ea830.zip |
net: phy: fix yt8511 clang uninitialized variable warning
clang doesn't preinitialize variables. If phy_select_page failed and
returned an error, phy_restore_page would be called with `ret` being
uninitialized.
Even though phy_restore_page won't use `ret` in this scenario,
initialize `ret` to silence the warning.
Fixes: 48e8c6f1612b ("net: phy: add driver for Motorcomm yt8511 phy")
Reported-by: kernel test robot <lkp@intel.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Peter Geis <pgwipeout@gmail.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions