diff options
author | Markus Elfring <elfring@users.sourceforge.net> | 2015-01-03 14:54:56 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2015-01-04 15:11:05 +0100 |
commit | 57dca36ee25bcab20a71705175c00b6f114cdab4 (patch) | |
tree | c3c6ee752a87305b99d0e6b4b5f03adc19aee41a /kernel | |
parent | adc2ae0bb6daa2287d1a6567d18be01da546f7a7 (diff) | |
download | linux-57dca36ee25bcab20a71705175c00b6f114cdab4.tar.gz linux-57dca36ee25bcab20a71705175c00b6f114cdab4.tar.bz2 linux-57dca36ee25bcab20a71705175c00b6f114cdab4.zip |
ALSA: seq: Deletion of unnecessary checks before the function call "snd_midi_event_free"
The snd_midi_event_free() 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 <elfring@users.sourceforge.net>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions