]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
phy: ti-pipe3: fix missing bit-wise or operator when assigning val
authorColin Ian King <colin.king@canonical.com>
Tue, 19 Feb 2019 14:53:49 +0000 (14:53 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 25 May 2019 16:22:05 +0000 (18:22 +0200)
commit252f74c15935476839ce80032c978b15537c361e
tree155e57a719ca2c1d0bdb0e1b52e6f647f12ff5f9
parent921bb3e9be5b90d3bcb9afc881ae8d38d76b0f85
phy: ti-pipe3: fix missing bit-wise or operator when assigning val

commit e6577cb5103b7ca7c0204c0c86ef4af8aa6288f6 upstream.

There seems to be a missing bit-wise or operator when setting val,
fix this by adding it in.

Fixes: 2796ceb0c18a ("phy: ti-pipe3: Update pcie phy settings")
Cc: stable@vger.kernel.org # v4.19+
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/phy/ti/phy-ti-pipe3.c