From: Sebastian Andrzej Siewior Date: Mon, 22 Oct 2012 20:15:08 +0000 (+0200) Subject: usb: gadget: uac2: provide a variable for interface and alt settings X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~82^2~59^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ce63571d6a34e151f1525d2dcb5559293d8ad54;p=pandora-kernel.git usb: gadget: uac2: provide a variable for interface and alt settings This patch removes the shifting and masking of interface and its alt setting and provides its own variable. This looks better and is smaller: text data bss dec hex filename x86-32 6940 956 56 7952 1f10 gadget/audio.o.old 6908 956 56 7920 1ef0 gadget/audio.o.new arm 7914 956 56 8926 22de gadget/audio.o.old 7886 956 56 8898 22c2 gadget/audio.o.new Acked-by: Jassi Brar Signed-off-by: Sebastian Andrzej Siewior Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed