[alsa-devel] [PATCH] sound: oss: Remove useless initialisation
12 Jul
2016
12 Jul
'16
5:22 a.m.
@@ type T; identifier x; constant C; expression e; @@
T x - = C ; x = e;
Signed-off-by: Amitoj Kaur Chawla amitoj1606@gmail.com --- sound/oss/ad1848.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sound/oss/ad1848.c b/sound/oss/ad1848.c index 10c8de1..6368e5c 100644 --- a/sound/oss/ad1848.c +++ b/sound/oss/ad1848.c @@ -254,7 +254,7 @@ static void ad_write(ad1848_info * devc, int reg, int data)
static void wait_for_calibration(ad1848_info * devc) { - int timeout = 0; + int timeout;
/* * Wait until the auto calibration process has finished.
--
1.9.1
3085
Age (days ago)
3085
Last active (days ago)
0 comments
1 participants
participants (1)
-
Amitoj Kaur Chawla