Re: [PATCH] drivers/nfc: use simple i2c probe

From: Krzysztof Kozlowski
Date: Thu Oct 13 2022 - 19:39:21 EST


On 12/10/2022 13:56, Stephen Kitt wrote:
> All these drivers have an i2c probe function which doesn't use the
> "struct i2c_device_id *id" parameter, so they can trivially be
> converted to the "probe_new" style of probe with a single argument.
>
> This is part of an ongoing transition to single-argument i2c probe
> functions. Old-style probe functions involve a call to i2c_match_id:
> in drivers/i2c/i2c-core-base.c,
>

Looks ok, but subject needs to follow regular prefix style, so just "nfc:".


Best regards,
Krzysztof