ALSA: ctxfi: remove unused variable
authorSudip Mukherjee <sudipm.mukherjee@gmail.com>
Tue, 21 Oct 2014 10:58:47 +0000 (16:28 +0530)
committerTakashi 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