]> asedeno.scripts.mit.edu Git - linux.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)
committerKishon Vijay Abraham I <kishon@ti.com>
Wed, 17 Apr 2019 08:43:03 +0000 (14:13 +0530)
commite6577cb5103b7ca7c0204c0c86ef4af8aa6288f6
tree3e58827b4ab6ac7e1bf6dd020b32628649f35e4c
parent54be9c1a03a3337e39f877f1536bbf25c9e8bff3
phy: ti-pipe3: fix missing bit-wise or operator when assigning val

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>
drivers/phy/ti/phy-ti-pipe3.c