Re: [PATCH v2] i2c: Update documentation to use .probe() again

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Tue, 27 Jun 2023 08:45:22 +0200, Uwe Kleine-König wrote:
> Since commit 03c835f498b5 ("i2c: Switch .probe() to not take an id
> parameter") .probe() is the recommended callback to implement (again).
> Reflect this in the documentation and don't mention .probe_new() any
> more.
> 
> Signed-off-by: Uwe Kleine-König <u.kleine-koenig@xxxxxxxxxxxxxx>
> ---
> Hello,
> 
> changes since (implicit) v1 sent a moment ago:
> 
>  - Fix whitespace. My editor seems to be configured to expand tabs to
>    spaces in rst files, but that's inconsitent with the tab style used
>    in that file.
> 
> Best regards
> Uwe
> 
>  Documentation/i2c/writing-clients.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/i2c/writing-clients.rst b/Documentation/i2c/writing-clients.rst
> index b7d3ae7458f8..41ddc10f1ac7 100644
> --- a/Documentation/i2c/writing-clients.rst
> +++ b/Documentation/i2c/writing-clients.rst
> @@ -46,7 +46,7 @@ driver model device node, and its I2C address.
>  	},
>  
>  	.id_table	= foo_idtable,
> -	.probe_new	= foo_probe,
> +	.probe		= foo_probe,
>  	.remove		= foo_remove,
>  	/* if device autodetection is needed: */
>  	.class		= I2C_CLASS_SOMETHING,
> 
> base-commit: 6995e2de6891c724bfeb2db33d7b87775f913ad1

Reviewed-by: Jean Delvare <jdelvare@xxxxxxx>

-- 
Jean Delvare
SUSE L3 Support




[Index of Archives]     [Linux GPIO]     [Linux SPI]     [Linux Hardward Monitoring]     [LM Sensors]     [Linux USB Devel]     [Linux Media]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux