Re: [PATCH] usb: typec: Fix fast_role_swap_current show function
From: Pavan Holla
Date: Wed Jun 07 2023 - 15:32:59 EST
On Mon, Jun 5, 2023 at 11:47 PM Greg Kroah-Hartman
<gregkh@xxxxxxxxxxxxxxxxxxx> wrote:
>
> On Mon, Jun 05, 2023 at 08:40:09PM +0000, Pavan Holla wrote:
> > The current implementation mistakenly performs a & operation on
> > the output of sysfs_emit. This patch performs the & operation before
> > calling sysfs_emit.
> >
> > Series-to: LKML <linux-kernel@xxxxxxxxxxxxxxx>
>
> What is this line for?
>
Sorry, this was intended for a tool that simplifies git send-email. I
ended up not using the tool, but forgot to delete the tag.
> What commit id does this fix?
>
Fixes: 662a60102c12 ("usb: typec: Separate USB Power Delivery from USB Type-C")
> thanks,
>
> greg k-h
Please look out for V2 of this patch.
Thanks,
Pavan