commit | 532f17b5d59bf0deb6f1ff9bc1fb27d5b5011c09 | [log] [tgz] |
---|---|---|
author | Tomoki Sekiyama <tomoki.sekiyama@gmail.com> | Fri Mar 30 08:51:36 2012 +0900 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Apr 18 14:13:53 2012 -0700 |
tree | c1ba51812d205b3c2a445b577af7a403bb336cf1 | |
parent | 523fc5c14f6cad283e5a266eba0e343aed6e73d5 [diff] |
USB: yurex: Fix missing URB_NO_TRANSFER_DMA_MAP flag in urb Current probing code is setting URB_NO_TRANSFER_DMA_MAP flag into a wrong urb structure, and this causes BUG_ON with some USB host implementations. This patch fixes the issue. Signed-off-by: Tomoki Sekiyama <tomoki.sekiyama@gmail.com> Cc: stable <stable@vger.kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>