commit | 3c7f69195cdd2a14ab85dfb32805e866eb241a6e | [log] [tgz] |
---|---|---|
author | Luis de Bethencourt <luisbg@kernel.org> | Tue Jan 16 13:26:26 2018 +0000 |
committer | Takashi Iwai <tiwai@suse.de> | Tue Jan 16 14:29:48 2018 +0100 |
tree | b639bf9562fc8e0fca90a4e152a16803af698352 | |
parent | c469652bb5e8fb715db7d152f46d33b3740c9b87 [diff] |
ALSA: pcm: Fix trailing semicolon The trailing semicolon is an empty statement that does no operation. Removing it since it doesn't do anything. Signed-off-by: Luis de Bethencourt <luisbg@kernel.org> Signed-off-by: Takashi Iwai <tiwai@suse.de>