]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ALSA: hdspm - remove unneeded semicolon
authorFengguang Wu <fengguang.wu@intel.com>
Mon, 15 Jul 2013 13:41:32 +0000 (21:41 +0800)
committerTakashi Iwai <tiwai@suse.de>
Mon, 15 Jul 2013 13:46:13 +0000 (15:46 +0200)
sound/pci/rme9652/hdspm.c:1110:2-3: Unneeded semicolon

Generated by: coccinelle/misc/semicolon.cocci

Reported-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/rme9652/hdspm.c

index a3a71ac513f103ede41c3be36b5009c7385bfc09..ec6335e2fda0df2c7f000c0e8ea43ab81608eab4 100644 (file)
@@ -1250,7 +1250,7 @@ static int hdspm_rate_multiplier(struct hdspm *hdspm, int rate)
                else if (hdspm->control_register &
                                HDSPM_DoubleSpeed)
                        return rate * 2;
-       };
+       }
        return rate;
 }