[0/3] media: flexcop-usb: probe cleanups

Message ID 20220609142605.23620-1-johan@kernel.org (mailing list archive)
Headers
Series media: flexcop-usb: probe cleanups |

Message

Johan Hovold June 9, 2022, 2:26 p.m. UTC
  This series cleans up the probe helper functions a bit to make the code
more readable.

Note that these apply on top of the fix posted here:

	https://lore.kernel.org/all/20220609135341.19941-1-johan@kernel.org/

Johan


Johan Hovold (3):
  media: flexcop-usb: clean up endpoint sanity checks
  media: flexcop-usb: clean up URB initialisation
  media: flexcop-usb: use usb_endpoint_maxp()

 drivers/media/usb/b2c2/flexcop-usb.c | 22 ++++++++++++++--------
 1 file changed, 14 insertions(+), 8 deletions(-)
  

Comments

Johan Hovold July 11, 2022, 9:50 a.m. UTC | #1
On Thu, Jun 09, 2022 at 04:26:02PM +0200, Johan Hovold wrote:
> This series cleans up the probe helper functions a bit to make the code
> more readable.
> 
> Note that these apply on top of the fix posted here:
> 
> 	https://lore.kernel.org/all/20220609135341.19941-1-johan@kernel.org/

> Johan Hovold (3):
>   media: flexcop-usb: clean up endpoint sanity checks
>   media: flexcop-usb: clean up URB initialisation
>   media: flexcop-usb: use usb_endpoint_maxp()

I haven't received any notification about this series being added to any
tree and the status is still set to "NEW" in the patch tracker so
sending a reminder.

>  drivers/media/usb/b2c2/flexcop-usb.c | 22 ++++++++++++++--------
>  1 file changed, 14 insertions(+), 8 deletions(-)

Johan
  
Johan Hovold July 25, 2022, 11:23 a.m. UTC | #2
On Mon, Jul 11, 2022 at 11:50:20AM +0200, Johan Hovold wrote:
> On Thu, Jun 09, 2022 at 04:26:02PM +0200, Johan Hovold wrote:
> > This series cleans up the probe helper functions a bit to make the code
> > more readable.
> > 
> > Note that these apply on top of the fix posted here:
> > 
> > 	https://lore.kernel.org/all/20220609135341.19941-1-johan@kernel.org/
> 
> > Johan Hovold (3):
> >   media: flexcop-usb: clean up endpoint sanity checks
> >   media: flexcop-usb: clean up URB initialisation
> >   media: flexcop-usb: use usb_endpoint_maxp()
> 
> I haven't received any notification about this series being added to any
> tree and the status is still set to "NEW" in the patch tracker so
> sending a reminder.

Another two weeks without a reply so sending another reminder.

Any chance of getting these (and the separate fix) into 5.20?

> >  drivers/media/usb/b2c2/flexcop-usb.c | 22 ++++++++++++++--------
> >  1 file changed, 14 insertions(+), 8 deletions(-)

Johan