Re: [PATCH v2] staging: wlan-ng: remove helper function prism2sta_inf_handover()

From: Dan Carpenter
Date: Fri Oct 13 2023 - 08:12:49 EST


On Fri, Oct 13, 2023 at 01:50:23PM +0300, Calvince Otieno wrote:
> prism2sta_inf_handover() function basically calls pr_debug() to print
> a literal string. This can be done by the parent function directly.
>
> Signed-off-by: Calvince Otieno <calvncce@xxxxxxxxx>
> ---
> Patch version v2:
> - Replace pr_debug() utility function with the module specific netdev_dbg()

This isn't a v2 patch, right? This patch assumes that we applied the
v1 patch...

This patch is not white space damaged though so that's good.

regards,
dan carpenter