Re: [PATCH v3 3/3] i2c: smbus: switch from loops to memcpy
From: Wolfram Sang <hidden>
Date: 2021-01-11 21:05:56
Also in:
lkml
Attachments
- signature.asc [application/pgp-signature] 833 bytes
From: Wolfram Sang <hidden>
Date: 2021-01-11 21:05:56
Also in:
lkml
On Tue, Nov 12, 2019 at 12:31:32PM -0800, 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. Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
This one I like very much! Applied to for-next, thanks!