Re: [PATCH v4] cdx: Replace custom mcdi logging with print_hex_dump_debug()

From: Greg KH
Date: Tue Jun 13 2023 - 03:40:45 EST


On Tue, Jun 13, 2023 at 12:22:31PM +0530, Abhijit Gangurde wrote:
> Replace custom mcdi logging for send and receive requests
> with dynamic debug method print_hex_dump_debug().
>
> Fixes: eb96b740192b ("cdx: add MCDI protocol interface for firmware interaction")

This isn't a "fix", right?

> Signed-off-by: Abhijit Gangurde <abhijit.gangurde@xxxxxxx>
> Closes: https://lore.kernel.org/lkml/CAMuHMdWTCdQagFFANygMgA8D0sWaoGxWv2AjibC3vwSd0UxuRw@xxxxxxxxxxxxxx/

This wasn't a "bug report" this was a "the code should be changed to not
do this" type of thing. Part of normal development.

Other than those nits, looks good, want to fix this up and resend a v5?

thanks,

greg k-h