ARM: OMAP1: clock: Use IS_ERR_OR_NULL() to clean code
authorTang Bin <tangbin@cmss.chinamobile.com>
Thu, 10 Sep 2020 11:06:40 +0000 (19:06 +0800)
committerTony Lindgren <tony@atomide.com>
Thu, 19 Nov 2020 09:45:42 +0000 (11:45 +0200)
commit2e023b938048c9857af09b96ce672e9a31dbfb38
tree3035e5d8104d0c17ce5b024b273a255d1871dab9
parente106698cbb901d9b74dea4c9a3b5a7e6598ae481
ARM: OMAP1: clock: Use IS_ERR_OR_NULL() to clean code

Use IS_ERR_OR_NULL() to make the code cleaner.

Signed-off-by: Zhang Shengju <zhangshengju@cmss.chinamobile.com>
Signed-off-by: Tang Bin <tangbin@cmss.chinamobile.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap1/clock.c