Re: [PATCH v2 net] ptp: ptp_clockmatrix: use i2c_master_send for i2c write

From: David Miller
Date: Wed Aug 19 2020 - 19:23:45 EST


From: <min.li.xe@xxxxxxxxxxx>
Date: Tue, 18 Aug 2020 10:41:22 -0400

> From: Min Li <min.li.xe@xxxxxxxxxxx>
>
> The old code for i2c write would break on some controllers, which fails
> at handling Repeated Start Condition. So we will just use i2c_master_send
> to handle write in one transanction.
>
> Changes since v1:
> - Remove indentation change
>
> Signed-off-by: Min Li <min.li.xe@xxxxxxxxxxx>

Applied, thank you.