commit | 92bd2ef26c5d804a21ada9d4e2d353e3e2e215ab | [log] [tgz] |
---|---|---|
author | Dmitry Osipenko <digetx@gmail.com> | Mon Jan 06 04:34:11 2020 +0300 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Jan 09 16:21:58 2020 +0100 |
tree | 9cba37f4f4cc12759a4c069bd9002b4e1b7c666d | |
parent | aecc5af3ec1d6c5fb3d6c3e73276a7e53777166a [diff] |
usb: phy: tegra: Move utmip_pad_count checking under lock It's unlikely that two drivers could manage PHY's state simultaneously in practice, nevertheless the utmip_pad_count checking should be under lock, for consistency. Signed-off-by: Dmitry Osipenko <digetx@gmail.com> Link: https://lore.kernel.org/r/20200106013416.9604-16-digetx@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>