Re: [PATCH] platform/chrome: wilco_ec: convert stream-like files from nonseekable_open -> stream_open

2021-03-31 Thread Enric Balletbo i Serra
On Sun, 7 Feb 2021 17:08:38 +0800, Yang Li wrote: > Eliminate the following coccicheck warning: > ./drivers/platform/chrome/wilco_ec/telemetry.c:259:1-17: WARNING: > telem_fops: .read() and .write() have stream semantic; safe to change > nonseekable_open -> stream_open. Applied, thanks! [1/1]

[PATCH] platform/chrome: wilco_ec: convert stream-like files from nonseekable_open -> stream_open

2021-02-07 Thread Yang Li
Eliminate the following coccicheck warning: ./drivers/platform/chrome/wilco_ec/telemetry.c:259:1-17: WARNING: telem_fops: .read() and .write() have stream semantic; safe to change nonseekable_open -> stream_open. Reported-by: Abaci Robot Signed-off-by: Yang Li ---