Searched hist:"045 ef311" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/phy/tegra/ |
H A D | xusb.c | 045ef311 Thu Oct 20 01:53:39 CDT 2016 Vivek Gautam <vivek.gautam@codeaurora.org> phy: Fix ptr_ret.cocci warnings
Use PTR_ERR_OR_ZERO rather than if(IS_ERR(...)) + PTR_ERR.
Generated by: scripts/coccinelle/api/ptr_ret.cocci
Signed-off-by: Vivek Gautam <vivek.gautam@codeaurora.org> Cc: Kishon Vijay Abraham I <kishon@ti.com> Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com> 045ef311 Thu Oct 20 01:53:39 CDT 2016 Vivek Gautam <vivek.gautam@codeaurora.org> phy: Fix ptr_ret.cocci warnings Use PTR_ERR_OR_ZERO rather than if(IS_ERR(...)) + PTR_ERR. Generated by: scripts/coccinelle/api/ptr_ret.cocci Signed-off-by: Vivek Gautam <vivek.gautam@codeaurora.org> Cc: Kishon Vijay Abraham I <kishon@ti.com> Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
|