git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de24214
)
[ALSA] timer: remove list_entry() type casts
author
Clemens Ladisch
<clemens@ladisch.de>
Wed, 12 Oct 2005 15:14:55 +0000
(17:14 +0200)
committer
Jaroslav 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