From: Clemens Ladisch Date: Wed, 12 Oct 2005 15:14:55 +0000 (+0200) Subject: [ALSA] timer: remove list_entry() type casts X-Git-Tag: v2.6.15-rc1~451^2~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9dfba38012196ecaf48cbb7ecad92e0729b4491f;p=pandora-kernel.git [ALSA] timer: remove list_entry() type casts 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 --- Reading git-diff-tree failed