commit | 308853139fcd440e4ca28d844678c7e69fb40826 | [log] [tgz] |
---|---|---|
author | Paul Zimmerman <Paul.Zimmerman@synopsys.com> | Fri May 24 16:27:56 2013 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu May 30 21:14:30 2013 +0900 |
tree | f814137fe44b05f3e588828305839f12a8cf0229 | |
parent | e4aa937ec75df0eea0bee03bffa3303ad36c986b [diff] |
staging: dwc2: fix value of dma_mask Passing the value DMA_BIT_MASK(31) to dma_set_mask() causes the dwc2-pci driver to sometimes fail (cannot enumerate the connected device). Change it to DMA_BIT_MASK(32) instead, which is a more sensible value anyway. Signed-off-by: Paul Zimmerman <paulz@synopsys.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>