treewide: Remove uninitialized_var() usage
[sfrench/cifs-2.6.git] / sound / isa / sb / sb16_csp.c
index 4ad0ff0c4508c1517cf27679a0b156f0a7d90017..270af863e198bdede162f75e8a7b00f8c7204811 100644 (file)
@@ -102,7 +102,7 @@ static void info_read(struct snd_info_entry *entry, struct snd_info_buffer *buff
 int snd_sb_csp_new(struct snd_sb *chip, int device, struct snd_hwdep ** rhwdep)
 {
        struct snd_sb_csp *p;
-       int uninitialized_var(version);
+       int version;
        int err;
        struct snd_hwdep *hw;