From: Joe Perches Date: Wed, 3 Dec 2014 17:59:31 +0000 (-0800) Subject: ALSA: ctxfi: Neaten get_daio_rsc X-Git-Tag: omap-for-v3.20/drop-legacy-3517~123^2~21^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5395103dcc709d87f08edaecb786fc37781f3b22;p=pandora-kernel.git ALSA: ctxfi: Neaten get_daio_rsc Move the pointer declarations into the blocks that use them. Neaten the kfree calls when the _init functions fail. Trivially reduces object size (defconfig x86-64) $ size sound/pci/ctxfi/ctdaio.o.* text data bss dec hex filename 5287 224 0 5511 1587 sound/pci/ctxfi/ctdaio.o.new 5319 224 0 5543 15a7 sound/pci/ctxfi/ctdaio.o.old Signed-off-by: Joe Perches Noticed-by: Markus Elfring Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed