Tag: bb66f2dc197d9cf1daaa82609302204d71c70389

ASoC: omap-mcbsp: Deletion of an unnecessary check before the function call “kfree”

Author: Markus Elfring <elfring@users.sourceforge.net> The kfree() function tests whether its argument is NULL and then returns immediately. Thus the test around the call is not needed. This issue was detected by using the Coccinelle software. Signed-off-by: Markus Elfring Acked-by: Jarkko Nikula Signed-off-by: Mark Brown — sound/soc/omap/mcbsp.c | 3 +– 1 file changed, 1 insertion(+), 2 …

Continue reading