From ba0e60d18c5940ed6e9c58e61b7747e7170b6fbb Mon Sep 17 00:00:00 2001 From: Paul Zimmerman Date: Mon, 25 Mar 2013 17:03:36 -0700 Subject: [PATCH] staging: dwc2: fix wrong setting of DMA masks We were setting the DMA masks in dwc2_driver_probe(), but that is before the driver parameters have been set to their default values. That meant the DMA masks could be set wrong. Fix it by moving the DMA mask setting into dwc2_hcd_init(), after the driver parameters have been set. Reported-by: Matthijs Kooijman Signed-off-by: Paul Zimmerman Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed