]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'fixes-for-yt8511-phy-driver'
authorJakub Kicinski <kuba@kernel.org>
Sun, 30 May 2021 21:24:40 +0000 (14:24 -0700)
committerJakub Kicinski <kuba@kernel.org>
Sun, 30 May 2021 21:24:40 +0000 (14:24 -0700)
commita91dd2471c05947f8e1d833bc20cd5a76a110e44
tree2f6316473747920bdcaf82e9f398751838b97bcd
parent69d45677f78c6893083f2e00aa5fc47186d4c9c2
parentc05cc5293e15684bb50a8f8ca1bab0477c2187d4
Merge branch 'fixes-for-yt8511-phy-driver'

Peter Geis says:

====================
fixes for yt8511 phy driver

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.
====================

Link: https://lore.kernel.org/r/20210529110556.202531-1-pgwipeout@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>