]> Pileus Git - ~andy/linux/blobdiff - sound/sparc/dbri.c
sound: Remove unnecessary semicolon
[~andy/linux] / sound / sparc / dbri.c
index a6b0deb77746c11646e42dd9f5f6353311e94656..ae35f5342e105dc3700e5589da6d23a4f4a6ab63 100644 (file)
@@ -592,7 +592,7 @@ static __u32 reverse_bytes(__u32 b, int len)
                break;
        default:
                printk(KERN_ERR "DBRI reverse_bytes: unsupported length\n");
-       };
+       }
 
        return b;
 }