sound: use semicolons to end statements
authorStephen Rothwell <sfr@canb.auug.org.au>
Mon, 12 Oct 2009 04:56:17 +0000 (15:56 +1100)
committerTakashi Iwai <tiwai@suse.de>
Mon, 12 Oct 2009 05:31:12 +0000 (07:31 +0200)
commit0f48327eac5f65ad029d7112cac97577766730ba
tree69acd637bc55ca9caa686bb5716658d529910957
parent377ff31ae06f0d2644839246cd18c3e17fe62a48
sound: use semicolons to end statements

Fixes:

sound/pci/hda/patch_via.c: In function 'patch_vt1718S':
sound/pci/hda/patch_via.c:4951: error: expected expression before 'return'
sound/pci/hda/patch_via.c: In function 'patch_vt1716S':
sound/pci/hda/patch_via.c:5441: error: expected expression before 'return'
sound/pci/hda/patch_via.c: In function 'patch_vt2002P':
sound/pci/hda/patch_via.c:5794: error: expected expression before 'return'
sound/pci/hda/patch_via.c: In function 'patch_vt1812':
sound/pci/hda/patch_via.c:6148: error: expected expression before 'return'

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_via.c