Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1509118 > unrolled thread

[PATCH v2] usb: musb: remove duplicated actions

Started byKirill Esipov <yesipov@gmail.com>
First post2016-10-26 14:10 +0200
Last post2016-10-26 15:30 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH v2] usb: musb: remove duplicated actions Kirill Esipov <yesipov@gmail.com> - 2016-10-26 14:10 +0200
    Re: [PATCH v2] usb: musb: remove duplicated actions Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> - 2016-10-26 15:30 +0200

#1509118 — [PATCH v2] usb: musb: remove duplicated actions

FromKirill Esipov <yesipov@gmail.com>
Date2016-10-26 14:10 +0200
Subject[PATCH v2] usb: musb: remove duplicated actions
Message-ID<swvbQ-3py-29@gated-at.bofh.it>
Removing unnecessary duplicated actions that we've got while merging:
"Merge 4.1-rc7 into usb-next" 19915e623458

Signed-off-by: Kirill Esipov <yesipov@gmail.com>
---
 drivers/usb/musb/musb_core.c | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/drivers/usb/musb/musb_core.c b/drivers/usb/musb/musb_core.c
index 27dadc0..2b04f07 100644
--- a/drivers/usb/musb/musb_core.c
+++ b/drivers/usb/musb/musb_core.c
@@ -2120,12 +2120,6 @@ musb_init_controller(struct device *dev, int nIrq, void __iomem *ctrl)
 	if (musb->ops->ep_select)
 		musb->io.ep_select = musb->ops->ep_select;
 
-	/* At least tusb6010 has its own offsets */
-	if (musb->ops->ep_offset)
-		musb->io.ep_offset = musb->ops->ep_offset;
-	if (musb->ops->ep_select)
-		musb->io.ep_select = musb->ops->ep_select;
-
 	if (musb->ops->fifo_mode)
 		fifo_mode = musb->ops->fifo_mode;
 	else
-- 
2.7.4

[toc] | [next] | [standalone]


#1509389

FromSergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Date2016-10-26 15:30 +0200
Message-ID<swwrf-4gI-3@gated-at.bofh.it>
In reply to#1509118
On 10/26/2016 03:01 PM, Kirill Esipov wrote:

> Removing unnecessary duplicated actions that we've got while merging:
> "Merge 4.1-rc7 into usb-next" 19915e623458

    See Documentation/SubmittingPatches, it should be: 19915e623458 ("Merge 
4.1-rc7 into usb-next"). Perhaps the MUSB maintainer can fix this..

> Signed-off-by: Kirill Esipov <yesipov@gmail.com>
[...]

MBR, Sergei

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web