[ALSA] at73c213: remove redundant private_free routine
authorAtsushi Nemoto <anemo@mba.ocn.ne.jp>
Tue, 11 Mar 2008 07:15:30 +0000 (08:15 +0100)
committerTakashi Iwai <tiwai@suse.de>
Thu, 24 Apr 2008 10:00:23 +0000 (12:00 +0200)
commit9f2f0f7c4e997a74ff9fb8e2e2ed0daa21962e97
tree371b781bbb87124625ed8ca6c7bd90898cc0cf90
parent91662577979cadf945cd3ffc4c470e5b91378370
[ALSA] at73c213: remove redundant private_free routine

snd_pcm_lib_preallocate_free_for_all() is called from snd_pcm_free() just
after calling the private_free routine.  So there should be no need to call
it in driver's private_free routine.

Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/spi/at73c213.c