error struct dwc2_hsotg has no member named core_params
drivers/usb/dwc2/hcd_queue.c: In function 'dwc2_hcd_qh_add':
drivers/usb/dwc2/hcd_queue.c:1756:46: error: 'struct dwc2_hsotg' has no member named 'core_params'; did you mean 'hw_params'?
if ((!hsotg->periodic_qh_count) && (!hsotg->core_params->dma_desc_enable)) {
^~~~~~~~~~~
hw_params
-if ((!hsotg->periodic_qh_count) && (!hsotg->core_params->dma_desc_enable)) {
+if ((!hsotg->periodic_qh_count) && (!hsotg->params.dma_desc_enable)) {