OSDN Git Service

ASoC: bcm: cygnus-pcm: Fix unused assignment about 'rc'
authorTang Bin <tangbin@cmss.chinamobile.com>
Wed, 28 Jul 2021 12:44:11 +0000 (20:44 +0800)
committerMark Brown <broonie@kernel.org>
Wed, 28 Jul 2021 15:39:28 +0000 (16:39 +0100)
commit14db5499d583e0952606fbca3eb37a0f28008d30
treefddce910aa0ab82051af6a4b6471eb83989b8945
parent0f6b04adb58d80e7fb5f8d9229ad22c9931c3bd1
ASoC: bcm: cygnus-pcm: Fix unused assignment about 'rc'

Delete unused initialized value of 'rc', because it will
be assigned by the function devm_request_irq().

Signed-off-by: Zhang Shengju <zhangshengju@cmss.chinamobile.com>
Signed-off-by: Tang Bin <tangbin@cmss.chinamobile.com>
Link: https://lore.kernel.org/r/20210728124411.3168-1-tangbin@cmss.chinamobile.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/bcm/cygnus-pcm.c