From: Greg KH <gregkh@linuxfoundation.org>
To: Gerard Snitselaar <dev@snitselaar.org>
Cc: linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org,
balbi@ti.com, kishon@ti.com
Subject: Re: [PATCH] usb: twl6030-usb: variable otg not declared in twl6030_usbotg_irq() in linux-next
Date: Tue, 10 Jul 2012 07:40:46 -0700 [thread overview]
Message-ID: <20120710144046.GB15912@kroah.com> (raw)
In-Reply-To: <1341901940-12277-1-git-send-email-dev@snitselaar.org>
On Mon, Jul 09, 2012 at 11:32:20PM -0700, Gerard Snitselaar wrote:
> commit ff9cce82 added back 2 lines that were removed by commit
> c83a8542 causing build of twl6030-usb to get an error due to otg being
> referenced, but not declared. This patch removes those 2 lines again
> to restore intent of commit c83a8542.
>
> Signed-off-by: Gerard Snitselaar <dev@snitselaar.org>
> ---
> drivers/usb/otg/twl6030-usb.c | 2 --
> 1 file changed, 2 deletions(-)
>
> diff --git a/drivers/usb/otg/twl6030-usb.c b/drivers/usb/otg/twl6030-usb.c
> index a3d0c04..6907d8d 100644
> --- a/drivers/usb/otg/twl6030-usb.c
> +++ b/drivers/usb/otg/twl6030-usb.c
> @@ -302,8 +302,6 @@ static irqreturn_t twl6030_usbotg_irq(int irq, void *_twl)
> twl6030_writeb(twl, TWL_MODULE_USB, 0x1, USB_ID_INT_EN_HI_CLR);
> twl6030_writeb(twl, TWL_MODULE_USB, 0x10, USB_ID_INT_EN_HI_SET);
> status = OMAP_MUSB_ID_GROUND;
> - otg->default_a = true;
> - twl->phy.state = OTG_STATE_A_IDLE;
Didn't I apply this same patch yesterday? Can you verify that this is
still needed in the usb-next branch of my git tree?
confused,
greg k-h
next prev parent reply other threads:[~2012-07-10 14:40 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-10 6:32 [PATCH] usb: twl6030-usb: variable otg not declared in twl6030_usbotg_irq() in linux-next Gerard Snitselaar
2012-07-10 14:40 ` Greg KH [this message]
2012-07-10 15:13 ` Gerard Snitselaar
2012-07-11 12:16 ` Sergei Shtylyov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20120710144046.GB15912@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=balbi@ti.com \
--cc=dev@snitselaar.org \
--cc=kishon@ti.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox