diff options
author | Deepak R Varma <[email protected]> | 2023-02-13 23:43:03 +0530 |
---|---|---|
committer | Mark Brown <[email protected]> | 2023-02-14 13:25:17 +0000 |
commit | 88541443497d47313ec4de1ecc1946288ae0ed16 (patch) | |
tree | 6d4a963ef19eb6fe518d309e667b12f0b5517bda /drivers/usb/cdns3/cdns3-debug.h | |
parent | f7d00a9be147d9c6feeb19591b39f8102f70cc45 (diff) |
ASoC: imx-pcm-rpmsg: Remove unused variable
Variable ret is initialed but is never modified or used except for
returning the initial value 0. The value can be directly returned
instead and the variable definition can be dropped.
Issue identified using returnvar.cocci Coccinelle semantic patch.
Signed-off-by: Deepak R Varma <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'drivers/usb/cdns3/cdns3-debug.h')
0 files changed, 0 insertions, 0 deletions