]> git.baikalelectronics.ru Git - kernel.git/commit
phy: ti: Use IS_ERR_OR_NULL() to clean code
authorMiaoqian Lin <linmq006@gmail.com>
Sun, 12 Dec 2021 14:22:21 +0000 (14:22 +0000)
committerVinod Koul <vkoul@kernel.org>
Tue, 14 Dec 2021 07:40:03 +0000 (13:10 +0530)
commit3ac8c58ebe3171f4075ccb4de244386ce42acf7d
treedb07a4e9b4cf12969db9a6995316b46b2bc20398
parent3b42327d959a582458d5c903cb3e8d868332db31
phy: ti: Use IS_ERR_OR_NULL() to clean code

Use IS_ERR_OR_NULL() to make the code cleaner.

Signed-off-by: Miaoqian Lin <linmq006@gmail.com>
Link: https://lore.kernel.org/r/20211212142226.23674-1-linmq006@gmail.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/phy/ti/phy-omap-control.c