]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ASoC: ux500: Remove redundant casts
authorTang Bin <tangbin@cmss.chinamobile.com>
Thu, 7 Nov 2024 07:54:40 +0000 (15:54 +0800)
committerMark Brown <broonie@kernel.org>
Thu, 7 Nov 2024 15:23:29 +0000 (15:23 +0000)
commitfa24fdc8ae9e6f6fe7a4f7676a4d8c14433a86c0
treed4b22b4c953a7ba9afbff863c3f52e0efcd6007f
parent7a117225b15b2d1dc021ab9fc36687c1e61ad2b1
ASoC: ux500: Remove redundant casts

In the function ux500_msp_drv_probe, the 'int' type cast
in front of the PTR_ERR() macro is redundant, thus remove
it.

Signed-off-by: Tang Bin <tangbin@cmss.chinamobile.com>
Link: https://patch.msgid.link/20241107075440.2770-1-tangbin@cmss.chinamobile.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/ux500/ux500_msp_dai.c