Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1211143
| From | Marek Szyprowski <m.szyprowski@samsung.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 4/7] usb: dwc2: remove double call to s3c_hsotg_of_probe |
| Date | 2015-08-21 14:50 +0200 |
| Message-ID | <pZTVF-3S1-15@gated-at.bofh.it> (permalink) |
| References | <pZTLY-3GC-7@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
This patch removes doubled call to s3c_hsotg_of_probe() function. Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com> --- drivers/usb/dwc2/gadget.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/usb/dwc2/gadget.c b/drivers/usb/dwc2/gadget.c index 3ee5b4c77a1f..47960787f572 100644 --- a/drivers/usb/dwc2/gadget.c +++ b/drivers/usb/dwc2/gadget.c @@ -3488,8 +3488,6 @@ int dwc2_gadget_init(struct dwc2_hsotg *hsotg, int irq) /* Set default UTMI width */ hsotg->phyif = GUSBCFG_PHYIF16; - s3c_hsotg_of_probe(hsotg); - /* Initialize to legacy fifo configuration values */ hsotg->g_rx_fifo_sz = 2048; hsotg->g_np_g_tx_fifo_sz = 1024; -- 1.9.2 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 0/7] Exynos4412-based Trats2 USB gadget (DWC2) fixes Marek Szyprowski <m.szyprowski@samsung.com> - 2015-08-21 14:50 +0200
[PATCH 4/7] usb: dwc2: remove double call to s3c_hsotg_of_probe Marek Szyprowski <m.szyprowski@samsung.com> - 2015-08-21 14:50 +0200
[PATCH 7/7] usb: dwc2: refactor common low-level hw code to platform.c Marek Szyprowski <m.szyprowski@samsung.com> - 2015-08-21 14:50 +0200
Re: [PATCH 7/7] usb: dwc2: refactor common low-level hw code to platform.c John Youn <John.Youn@synopsys.com> - 2015-09-03 03:20 +0200
[PATCH 3/7] regulators: max77693: register driver earlier to avoid deferred probe Marek Szyprowski <m.szyprowski@samsung.com> - 2015-08-21 14:50 +0200
Re: [PATCH 3/7] regulators: max77693: register driver earlier to avoid deferred probe Krzysztof Kozlowski <k.kozlowski@samsung.com> - 2015-08-23 06:00 +0200
Re: [PATCH 0/7] Exynos4412-based Trats2 USB gadget (DWC2) fixes Krzysztof Kozlowski <k.kozlowski@samsung.com> - 2015-08-24 09:20 +0200
csiph-web