From: Nicolas Pitre Date: Fri, 16 Sep 2005 16:49:22 +0000 (+0200) Subject: [ALSA] remove redundent assignment to the ac97 device structure X-Git-Tag: v2.6.14-rc4~25^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72e75de2df9a7116d0afbcd5810b2a8fd4bf7559;p=pandora-kernel.git [ALSA] remove redundent assignment to the ac97 device structure AC97 Codec Don't use dev.platform_data to store a reference to the containing ac97_t structure. Such assignment is redundent since we can deduce the ac97_t structure location from the contained device structure. This sets platform_data free for other purposes. Signed-off-by: Nicolas Pitre Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed