From: Greg Kroah-Hartman Date: Thu, 5 Jul 2012 22:09:27 +0000 (-0700) Subject: Merge tag 'musb-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi... X-Git-Tag: v3.6-rc1~101^2~24^2~36 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=979eef33267ec230b820f4f76b2103e8b567fa57;p=platform%2Fupstream%2Fkernel-adaptation-pc.git Merge tag 'musb-for-v3.6' of git://git./linux/kernel/git/balbi/usb into usb-next usb: musb: patches for v3.6 merge window Just two patches here: First we have a fix to disable DMA in case DMA channel request fails. Second, there's a fix for situations where the user kills musb (by rmmod or any other means) while a transfer is on the fly. In such cases, we could be led into a NULL pointer dereference due to endpoint being disabled and endpoint descriptor being NULL. --- 979eef33267ec230b820f4f76b2103e8b567fa57