Re: [PATCH v3 3/3] i2c: smbus: switch from loops to memcpy
From: Luca Ceresoli
Date: Wed Nov 13 2019 - 04:48:00 EST
Hi Dmitry,
On 12/11/19 21:31, Dmitry Torokhov wrote:
> When copying memory from one buffer to another, instead of open-coding
> loops with byte-by-byte copies let's use memcpy() which might be a bit
> faster and makes intent more clear.
Good idea!
Reviewed-by: Luca Ceresoli <luca@xxxxxxxxxxxxxxxx>
--
Luca