Searched hist:c1c7acac (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/phy/marvell/ |
H A D | phy-mvebu-cp110-comphy.c | c1c7acac Fri Sep 08 05:31:37 CDT 2017 Dan Carpenter <dan.carpenter@oracle.com> phy: mvebu-cp110: checking for NULL instead of IS_ERR()
devm_ioremap_resource() never returns NULL, it only returns error pointers so this test needs to be changed.
Fixes: d0438bd6aa09 ("phy: add the mvebu cp110 comphy driver") Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com> c1c7acac Fri Sep 08 05:31:37 CDT 2017 Dan Carpenter <dan.carpenter@oracle.com> phy: mvebu-cp110: checking for NULL instead of IS_ERR() devm_ioremap_resource() never returns NULL, it only returns error pointers so this test needs to be changed. Fixes: d0438bd6aa09 ("phy: add the mvebu cp110 comphy driver") Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
|