[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAABMjtFEfgQtcGKLkd=whFN=WHUywTg=fDAxRQ+zKLiqOFhvQg@mail.gmail.com>
Date: Wed, 24 Aug 2022 23:57:25 +0600
From: Khalid Masum <khalid.masum.92@...il.com>
To: Alan Stern <stern@...land.harvard.edu>
Cc: linux-usb@...r.kernel.org,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Kishon Vijay Abraham I <kishon@...com>,
Arnd Bergmann <arnd@...db.de>,
Matthias Kaehlcke <mka@...omium.org>,
Alexey Sheplyakov <asheplyakov@...ealt.ru>,
Weitao Wang <WeitaoWang-oc@...oxin.com>,
linux-kernel-mentees
<linux-kernel-mentees@...ts.linuxfoundation.org>
Subject: Re: [PATCH] usb: host: Use helper function to get endpoint
On Wed, Aug 24, 2022 at 8:40 PM Alan Stern <stern@...land.harvard.edu> wrote:
>
>
> Even this is awkward. It's silly to look up the endpoint in a table
> when you already know that it is endpoint 0. Just do:
>
> ep = &udev->ep0;
>
> with no need to check for NULL.
After further checking, I realized that usb_device udev is created by
ehset_single_step_set_feature and depends on usb_hcd and port. So I do
not get why the endpoint is at udev->ep0. Can you help me with this?
-- Khalid Masum
Powered by blists - more mailing lists