projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd4b1e3
)
usb: dwc2: Remove unused hardware parameter
author
John Youn
<johnyoun@synopsys.com>
Fri, 4 Nov 2016 00:55:48 +0000
(17:55 -0700)
committer
Felipe Balbi
<felipe.balbi@linux.intel.com>
Fri, 18 Nov 2016 11:54:10 +0000
(13:54 +0200)
The dma_desc_fs_enable does not correspond to any hardware parameter and
is unused. Remove it.
Signed-off-by: John Youn <johnyoun@synopsys.com>
Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
drivers/usb/dwc2/core.h
patch
|
blob
|
blame
|
history
diff --git
a/drivers/usb/dwc2/core.h
b/drivers/usb/dwc2/core.h
index 2a21a0414b1d385347ac700b4db5fda2f502c523..086bbdfdcb8ffb4d22438c7d6abfe36391c717d3 100644
(file)
--- a/
drivers/usb/dwc2/core.h
+++ b/
drivers/usb/dwc2/core.h
@@
-516,7
+516,6
@@
struct dwc2_hw_params {
unsigned op_mode:3;
unsigned arch:2;
unsigned dma_desc_enable:1;
- unsigned dma_desc_fs_enable:1;
unsigned enable_dynamic_fifo:1;
unsigned en_multiple_tx_fifo:1;
unsigned host_rx_fifo_size:16;