Re: [PATCH 8/13] ASoC: Intel: Delete an unnecessary check before the function call "release_firmware"

2015-01-05 Thread Mark Brown
On Sun, Jan 04, 2015 at 02:14:37PM +0100, SF Markus Elfring wrote: > From: Markus Elfring > Date: Sat, 3 Jan 2015 19:49:37 +0100 > > The release_firmware() function tests whether its argument is NULL and then > returns immediately. Thus the test around the call is not needed. Applied, thanks.

Re: [PATCH 8/13] ASoC: Intel: Delete an unnecessary check before the function call release_firmware

2015-01-05 Thread Mark Brown
On Sun, Jan 04, 2015 at 02:14:37PM +0100, SF Markus Elfring wrote: From: Markus Elfring elfr...@users.sourceforge.net Date: Sat, 3 Jan 2015 19:49:37 +0100 The release_firmware() function tests whether its argument is NULL and then returns immediately. Thus the test around the call is not

[PATCH 8/13] ASoC: Intel: Delete an unnecessary check before the function call "release_firmware"

2015-01-04 Thread SF Markus Elfring
From: Markus Elfring Date: Sat, 3 Jan 2015 19:49:37 +0100 The release_firmware() 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 ---

[PATCH 8/13] ASoC: Intel: Delete an unnecessary check before the function call release_firmware

2015-01-04 Thread SF Markus Elfring
From: Markus Elfring elfr...@users.sourceforge.net Date: Sat, 3 Jan 2015 19:49:37 +0100 The release_firmware() 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.