From: Sudip Mukherjee Date: Tue, 21 Oct 2014 10:58:47 +0000 (+0530) Subject: ALSA: ctxfi: remove unused variable X-Git-Tag: omap-for-v3.19/fixes-rc1~126^2~21^2~107 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf6814f2b5014ed5bbdef764a42e4abaa09b3a2e;p=pandora-kernel.git 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 Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed