]> asedeno.scripts.mit.edu Git - linux.git/commit
phy: phy-brcm-usb-init: fix use of integer as pointer
authorBen Dooks <ben.dooks@codethink.co.uk>
Tue, 15 Oct 2019 16:03:32 +0000 (17:03 +0100)
committerKishon Vijay Abraham I <kishon@ti.com>
Wed, 23 Oct 2019 07:50:31 +0000 (13:20 +0530)
commit1025cb924bd517f3c458f36973582d4c2adedd6a
treec531ab00f8a26462c8b107434c295c7e532a0d7b
parente4b957d3a7c74749e2ccfb3dedb63b81e84b292c
phy: phy-brcm-usb-init: fix use of integer as pointer

The xhci_ec_base variable is a pointer, so don't compare
it with an integer.

Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>
Reviewed-by: Andrew Murray <andrew.murray@arm.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
drivers/phy/broadcom/phy-brcm-usb-init.c