From: Duan Jiong Date: Thu, 26 Sep 2013 07:55:25 +0000 (+0800) Subject: usb: gadget: Use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR(...)) X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~66^2~22^2~80 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a346941152878d8cab198fb10ba45dd706ed5ea1;p=pandora-kernel.git usb: gadget: Use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR(...)) trivial patch converting ERR_PTR(PTR_ERR()) into ERR_CAST(). No functional changes. Signed-off-by: Duan Jiong Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed