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:
8e64820
)
ALSA: ctxfi: remove unused variable
author
Sudip Mukherjee
<sudipm.mukherjee@gmail.com>
Tue, 21 Oct 2014 10:58:47 +0000
(16:28 +0530)
committer
Takashi Iwai
<tiwai@suse.de>
Tue, 21 Oct 2014 14:06:13 +0000
(16:06 +0200)
As of now the pointer to struct dai is not being used anywhere in the
function. So it is safe to remove the variable.
If we are ever doing anything with the container_of(daio, struct dai, daio),
then at that time we can again add the variable.
Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
No differences found