Re: [PATCH v4 2/2] usb: typec: anx7411: Add Analogix PD ANX7411 support
From: Greg Kroah-Hartman
Date: Tue Feb 08 2022 - 03:48:27 EST
On Tue, Feb 08, 2022 at 04:42:39PM +0800, Xin Ji wrote:
> +#define DEBUG
Please no. Rely on dynamic debugging options, not hard-coded ones like
this.
Please remove this.
thanks,
greg k-h