]> www.infradead.org Git - users/dwmw2/linux.git/commit
spi: omap2-mcspi: Fix the IS_ERR() bug for devm_clk_get_optional_enabled()
authorPurushothama Siddaiah <psiddaiah@mvista.com>
Thu, 5 Dec 2024 07:04:26 +0000 (12:34 +0530)
committerMark Brown <broonie@kernel.org>
Thu, 5 Dec 2024 11:32:26 +0000 (11:32 +0000)
commit4c6ac5446d060f0bf435ccc8bc3aa7b7b5f718ad
tree1a55bfa84ca86c358b3cec45b4e4c29b84fac00c
parentceb259e43bf572ba7d766e1679ba73861d16203a
spi: omap2-mcspi: Fix the IS_ERR() bug for devm_clk_get_optional_enabled()

The devm_clk_get_optional_enabled() function returns error
pointers(PTR_ERR()). So use IS_ERR() to check it.

Verified on K3-J7200 EVM board, without clock node mentioned
in the device tree.

Signed-off-by: Purushothama Siddaiah <psiddaiah@mvista.com>
Reviewed-by: Corey Minyard <cminyard@mvista.com>
Link: https://patch.msgid.link/20241205070426.1861048-1-psiddaiah@mvista.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-omap2-mcspi.c