From: Virupax Sadashivpetimath Date: Wed, 24 Apr 2013 06:38:48 +0000 (+0200) Subject: usb: musb: make use_sg flag URB specific X-Git-Tag: v3.10-rc5~20^2~22^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed74df12dc3e07a37d99aab60211496e871488a0;p=pandora-kernel.git usb: musb: make use_sg flag URB specific Since highmem PIO URB handling was introduced in: 8e8a551 usb: musb: host: Handle highmem in PIO mode when a URB is being handled it may happen that the static use_sg flag was set by a previous URB with buffer in highmem. This leads to error in handling the present URB. Fix this by making the use_sg flag URB specific. Cc: stable # 3.7+ Acked-by: Linus Walleij Signed-off-by: Virupax Sadashivpetimath Signed-off-by: Fabio Baltieri Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed