From: Sebastian Andrzej Siewior Date: Mon, 22 Jul 2013 18:10:04 +0000 (+0200) Subject: usb: musb: do not change dev's dma_mask X-Git-Tag: v3.12-rc1~186^2~77^2~55 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63c5b4ca7d0daadf11662d6419eb7a1c0ce42eb7;p=pandora-kernel.git usb: musb: do not change dev's dma_mask Commit 8d2421e ("usb: musb: kill global and static for multi instance") removed the global dma_mask copy and replaced by parent's DMA mask. The problem here is that if the parent does not have a dma_mask then musb_remove() goes kaboom. Instead trying to fix this I was thinking we do we need to erase dma_mask in the first place? Signed-off-by: Sebastian Andrzej Siewior Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed