Re: [PATCH] usb: typec: tcpm: remove unnecessary (void*) conversions

From: Greg Kroah-Hartman
Date: Mon May 08 2023 - 10:55:31 EST


On Mon, Apr 24, 2023 at 12:19:40PM +0800, Suhui wrote:
> No need cast (void*) to (struct fusb302_chip *) or (struct tcpm_port *).
>
> Signed-off-by: Suhui <suhui@xxxxxxxxxxxx>

Is that your full name? If not, please always use whatever you sign
documents with.

> ---
> drivers/usb/typec/tcpm/fusb302.c | 2 +-
> drivers/usb/typec/tcpm/tcpm.c | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)

This does not apply to 6.4-rc1, what did you make it against?

thanks,

greg k-h