From: Andrzej Pietrasiewicz Date: Tue, 28 May 2013 07:15:59 +0000 (+0200) Subject: usb: gadget: rndis: init & exit rndis at module load/unload X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~78^2~60^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76da66d1708d9df4cffa148546853b43249f4d76;p=pandora-kernel.git usb: gadget: rndis: init & exit rndis at module load/unload This is required in preparation for using usb_gstrings_attach. The rndis initialization so far has been performed on the first occurence of rndis_bind(), but the condition to check it (first or not first) was "borrowed" from strings handling. Signed-off-by: Andrzej Pietrasiewicz Signed-off-by: Kyungmin Park Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed