From: Sergei Shtylyov Date: Fri, 17 Jul 2009 14:30:03 +0000 (+0300) Subject: USB: musb_gadget_ep0: fix typo in service_zero_data_request() X-Git-Tag: v2.6.31-rc5~71^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f01b017d198486ee3553bee6841f788263cf2c23;p=pandora-kernel.git USB: musb_gadget_ep0: fix typo in service_zero_data_request() This function uses wrong bit mask to prevent clearing RXCSR status bits when halting an endpoint -- which results in clearing SentStall and RxPktRdy bits (that the code actually tries to avoid); must be a result of cut-and-paste... Signed-off-by: Sergei Shtylyov Acked-by: David Brownell Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed