[ALSA] timer: remove list_entry() type casts
authorClemens Ladisch <clemens@ladisch.de>
Wed, 12 Oct 2005 15:14:55 +0000 (17:14 +0200)
committerJaroslav Kysela <perex@suse.cz>
Fri, 4 Nov 2005 12:18:45 +0000 (13:18 +0100)
Modules: Timer Midlevel

The return value of list_entry() already has the type from the second
argument, so we don't need to typecase it again.

Signed-off-by: Clemens Ladisch <clemens@ladisch.de>

No differences found