Re: [PATCH v6 9/9] misc: add FPC202 dual port controller driver
From: Greg Kroah-Hartman
Date: Fri Jan 17 2025 - 06:58:01 EST
On Wed, Jan 15, 2025 at 10:25:46AM +0100, Romain Gantois wrote:
> + dev_info(&client->dev, "%s FPC202 Dual Port controller found\n", client->name);
When drivers work properly, they are quiet. Please remove this. Also,
the dev ponter should already have the name in it, right?
thanks,
greg k-h