From: Krzysztof Opasiak Date: Fri, 31 Jul 2015 11:46:07 +0000 (+0200) Subject: usb: gadget: mass_storage: Use static array for luns X-Git-Tag: omap-for-v4.3/fixes-merge-window~42^2~35^2~63 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd02ea5a33059e4a753ae8bb877b698c54ee2907;p=pandora-kernel.git usb: gadget: mass_storage: Use static array for luns This patch replace dynamicly allocated luns array with static one. This simplifies the code of mass storage function and modules. Signed-off-by: Krzysztof Opasiak Acked-by: Michal Nazarewicz --- Reading git-diff-tree failed