From: Duan Jiong Date: Fri, 11 Apr 2014 10:05:13 +0000 (+0800) Subject: usb: gadget: f_subset: replace PTR_RET with PTR_ERR_OR_ZERO X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~34^2~171^2~67 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f58fa4c919e1a33e3844f6851735ec9f724bf52;p=pandora-kernel.git usb: gadget: f_subset: replace PTR_RET with PTR_ERR_OR_ZERO PTR_RET is deprecated. Do not recommend its usage anymore. Use PTR_ERR_OR_ZERO instead. Signed-off-by: Duan Jiong Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed