[alsa-devel] [PATCH] hdspm - remove unneeded semicolon

Fengguang Wu fengguang.wu at intel.com
Mon Jul 15 15:41:32 CEST 2013


sound/pci/rme9652/hdspm.c:1110:2-3: Unneeded semicolon

Generated by: coccinelle/misc/semicolon.cocci

Reported-by: Fengguang Wu <fengguang.wu at intel.com>
---

 cocci-output-13040-790f4c-hdspm.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/sound/pci/rme9652/hdspm.c
+++ b/sound/pci/rme9652/hdspm.c
@@ -1107,7 +1107,7 @@ static int hdspm_rate_multiplier(struct
 		else if (hdspm->control_register &
 				HDSPM_DoubleSpeed)
 			return rate * 2;
-	};
+	}
 	return rate;
 }
 



More information about the Alsa-devel mailing list