isp1704_charger: remove useless check in isp1704_charger_probe()
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Tue, 7 Jan 2014 13:12:29 +0000 (21:12 +0800)
committerDmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Sat, 25 Jan 2014 11:24:15 +0000 (15:24 +0400)
Neither devm_usb_get_phy_by_phandle() nor devm_usb_get_phy() can
return a NULL result, so remove the useless !isp->phy check.

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>

No differences found