Messages in this thread |  | | From | Peter Geis <> | Subject | [PATCH v3 0/2] fixes for yt8511 phy driver | Date | Sat, 29 May 2021 07:05:54 -0400 |
| |
The Intel clang bot caught a few uninitialized variables in the new Motorcomm driver. While investigating the issue, it was found that the driver would have unintended effects when used in an unsupported mode.
Fixed the uninitialized ret variable and abort loading the driver in unsupported modes.
Thank you to the Intel clang bot for catching these.
Changelog: V3: - fix fixes tag hash
V2: - fix variable order - add Andrew Lunn's reviewed-by tags
Peter Geis (2): net: phy: fix yt8511 clang uninitialized variable warning net: phy: abort loading yt8511 driver in unsupported modes
drivers/net/phy/motorcomm.c | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-)
-- 2.25.1
|  |