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)
commitcf6814f2b5014ed5bbdef764a42e4abaa09b3a2e
tree1be3fb31b99c5ed53026afc79b7d441b8f45054a
parent8e648204194cb51df8562d1e2a64b7dc6b0aead3
ALSA: ctxfi: remove unused variable

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>
sound/pci/ctxfi/ctatc.c