diff options
author | Fabio Baltieri <fabio.baltieri@linaro.org> | 2013-05-15 14:03:28 +0200 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2013-05-28 20:01:34 +0300 |
commit | a96afc6b75cf9e7991a9b869246c5dca2a8a4e7a (patch) | |
tree | 05743e26835f47e26663fb4ae0175a27f5b8beb7 /net/tipc | |
parent | fb21f37a5249374ed63f763455a0b07b80c1e50c (diff) |
usb: phy: ab8500-usb: fix phy tuning value select logic
The driver supports both ab8500 and ab8505, but the actual phy tuning
values logic sets ab8500 values:
if (!is_ab8500_2p0_or_earlier(ab->ab8500))
which is supposed to set values for ab8500, but incorrectly results true
for ab8505 too.
Fix this by adding an additional is_ab8500(ab->ab8500) check.
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Maxime Coquelin <maxime.coquelin@st.com>
Signed-off-by: Fabio Baltieri <fabio.baltieri@linaro.org>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'net/tipc')
0 files changed, 0 insertions, 0 deletions