]> git.baikalelectronics.ru Git - kernel.git/commit
usb: gadget: udc-core: copy dma-related parameters from parent
authorFelipe Balbi <balbi@ti.com>
Tue, 26 Feb 2013 08:50:42 +0000 (10:50 +0200)
committerFelipe Balbi <balbi@ti.com>
Mon, 18 Mar 2013 09:17:17 +0000 (11:17 +0200)
commit4ad1167d170c919e05b1bfe8f722a1bd24e49b87
tree465403b392659844f978bc0af6a39248dc466358
parent2261a72b98221088e5ef331a2a643783e846e6a6
usb: gadget: udc-core: copy dma-related parameters from parent

gadget's device pointer now is guaranteed to
have valid dma_mask, dma_parms and coherent_dma_mask
fields since we're always copying from our
parent device.

Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/gadget/udc-core.c