From: Ming Lei Date: Fri, 15 Mar 2013 04:08:53 +0000 (+0800) Subject: USB: adds comment on suspend callback X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~135^2~225 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=303f0847925ece27129487a2bfc05199ab2a0b51;p=pandora-kernel.git USB: adds comment on suspend callback This patch adds comments on interface driver suspend callback to emphasize that the failure return value is ignored by USB core in system sleep context, so do not try to recover device for this case and let resume/reset_resume callback handle the suspend failure if needed. Also kerneldoc for usb_suspend_both() is updated with the fact. Acked-by: Alan Stern Signed-off-by: Ming Lei Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed