From: Ricardo Ribalda Delgado Date: Fri, 28 Nov 2014 13:51:01 +0000 (+0100) Subject: usb: gadget: udc: net2280: Move ASSERT_OUT_NAKING into out_flush X-Git-Tag: fixes-v4.0-rc1~102^2^2~161 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d82f3db266f3be7f85de33905dba2a6caccb97f0;p=pandora-kernel.git usb: gadget: udc: net2280: Move ASSERT_OUT_NAKING into out_flush ASSERT_OUT_NAKING was only called by out_flush and was hidden behind a ifdef. This patch moves the inline function into out_flush and remove the ifdef. The user can decide to print the debug message or not via dynamic printk Signed-off-by: Ricardo Ribalda Delgado Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed