From 98f0db7a7293de8614331f7fda2cdf0974df7b77 Mon Sep 17 00:00:00 2001 From: Linus Torvalds Date: Fri, 15 Mar 2002 00:06:42 -0800 Subject: Trivial compile fix --- sound/core/rtctimer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/core/rtctimer.c b/sound/core/rtctimer.c index c7085ae4aef5..b4610de3d099 100644 --- a/sound/core/rtctimer.c +++ b/sound/core/rtctimer.c @@ -76,7 +76,7 @@ static struct tasklet_struct rtc_tq; static int rtctimer_open(snd_timer_t *t) { - err = rtc_register(&rtc_task); + int err = rtc_register(&rtc_task); if (err < 0) return err; t->private_data = &rtc_task; -- cgit v1.2.3