Tag: 42d772101274492ca15258ea346e6ebbc2bc9bd0

ALSA: es1688_lib: Deletion of an unnecessary check before the function call « release_and_free_resource »

Author: Markus Elfring <elfring@users.sourceforge.net> The release_and_free_resource() 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 Signed-off-by: Takashi Iwai — sound/isa/es1688/es1688_lib.c | 3 +– 1 file changed, 1 insertion(+), 2 deletions(-)   diff …

Lire la suite