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: firefly_0821_release~3680^2~2357^2~24^2~36 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=979eef33267ec230b820f4f76b2103e8b567fa57;p=firefly-linux-kernel-4.4.55.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