Re: [PATCH resend] cxgb4/cxgb4vf: Remove superfluous void * cast in debugfs_create_file() call

From: David Miller
Date: Tue May 05 2020 - 16:16:56 EST


From: Geert Uytterhoeven <geert+renesas@xxxxxxxxx>
Date: Tue, 5 May 2020 15:34:00 +0200

> There is no need to cast a typed pointer to a void pointer when calling
> a function that accepts the latter. Remove it, as the cast prevents
> further compiler checks.
>
> Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx>

Applied to net-next, thanks.