diff options
author | Takashi Iwai <tiwai@suse.de> | 2008-12-25 11:40:27 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2008-12-25 11:40:27 +0100 |
commit | 8afabfa74bbe81ac496e66f7f0ed8943dff5fdb5 (patch) | |
tree | 7c0eff65f827891fb4d9f8e46839207c71b26b93 /sound/core/rtctimer.c | |
parent | 86b3aa390b4b9925f16a21b98441fd7abdb9fff2 (diff) | |
parent | 1f04128a3db7c0f0e8b5d25323eba70ac342f47f (diff) |
Merge branch 'topic/convert-tasklet' into to-push
Diffstat (limited to 'sound/core/rtctimer.c')
-rw-r--r-- | sound/core/rtctimer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/core/rtctimer.c b/sound/core/rtctimer.c index 51e64e30dd3..0851cd13e30 100644 --- a/sound/core/rtctimer.c +++ b/sound/core/rtctimer.c @@ -118,7 +118,7 @@ static void rtctimer_tasklet(unsigned long data) */ static void rtctimer_interrupt(void *private_data) { - tasklet_hi_schedule(private_data); + tasklet_schedule(private_data); } |