Message ID | 20210525203314.14681-1-pgwipeout@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | fixes for yt8511 phy driver | expand |
On Tue, 25 May 2021 16:33:12 -0400 Peter Geis wrote: > 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. Fixes tag need work, the hashes don't match the ones in net-next.
On Wed, May 26, 2021 at 3:27 PM Jakub Kicinski <kuba@kernel.org> wrote: > > On Tue, 25 May 2021 16:33:12 -0400 Peter Geis wrote: > > 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. > > Fixes tag need work, the hashes don't match the ones in net-next. It seems when I asked git for the hash for that patch, it grabbed my original patch which was against linux-next. Apologies for the confusion.