From: Li Yang Date: Wed, 24 Sep 2008 07:50:26 +0000 (+0800) Subject: usb/fsl_qe_udc: fix response to get status request X-Git-Tag: v2.6.28-rc1~254^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=928dfa6c625c17d810ae3ee6c73dc37fc4b91bcd;p=pandora-kernel.git usb/fsl_qe_udc: fix response to get status request The original code didn't respond correctly to get status request on device and endpoint. Although normal operations can work without the fix. It is not compliant with USB spec chapter9 and fails USBCV ch9 tests. The patch fix this and a few style/typo problems. Signed-off-by: Li Yang Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed