2022-07-13 18:57:30

by Matt Hsiao

[permalink] [raw]
Subject: [PATCH v2 0/1] misc: hpilo: switch .{read,write} ops to .{read,write}_iter

From: Matt Hsiao <[email protected]>

This patch changes .{read,write} ops to their iter variants for
dependent drivers to use hpilo through kernel_{read,write}.

Changes since v1:
- Fix the patch format so it could be applied cleanly.

Matt Hsiao (1):
misc: hpilo: switch .{read,write} ops to .{read,write}_iter

drivers/misc/hpilo.c | 31 ++++++++++++++++++-------------
1 file changed, 18 insertions(+), 13 deletions(-)

--
2.16.6