[PATCH] usb: gadget: fsl-udc: Replace custom log wrappers by pr_{err,warn,debug}

Greg Kroah-Hartman gregkh at linuxfoundation.org
Mon Mar 4 23:44:12 AEDT 2024


On Mon, Mar 04, 2024 at 01:11:53PM +0100, Uwe Kleine-König wrote:
> The custom log wrappers ERR, WARNING and DBG don't add anything useful
> that cannot easily be done with pr_err() and friends. Replace the custom
> stuff by the well known functions from printk.h.

These really should be dev_*() as there is a device structure buried
down in there somewhere :)

thanks,

greg k-h


More information about the Linuxppc-dev mailing list