ALSA: pcm: Fix trailing semicolon
authorLuis de Bethencourt <luisbg@kernel.org>
Tue, 16 Jan 2018 13:26:26 +0000 (13:26 +0000)
committerTakashi Iwai <tiwai@suse.de>
Tue, 16 Jan 2018 13:29:48 +0000 (14:29 +0100)
commit3c7f69195cdd2a14ab85dfb32805e866eb241a6e
treeb639bf9562fc8e0fca90a4e152a16803af698352
parentc469652bb5e8fb715db7d152f46d33b3740c9b87
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>
sound/core/pcm_native.c