Re: [PATCH] usb/dwc3: replace of_node_put with __free

From: Greg KH
Date: Tue Apr 09 2024 - 11:20:58 EST


On Fri, Apr 05, 2024 at 09:48:38PM -0500, Andrew Ballance wrote:
> this relaces instances of of_node_put with __free(device_node)
> in drivers/usb/dwc3/core.c

Why? You need to always describe _why_ you do something, not _what_ you
do.

thanks,

greg k-h