lkml.org 
[lkml]   [2024]   [Apr]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH 033/437] char/scx200_gpio: convert to read/write iterators
Date
Signed-off-by: Jens Axboe <axboe@kernel.dk>
---
drivers/char/scx200_gpio.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/char/scx200_gpio.c b/drivers/char/scx200_gpio.c
index 9f701dcba95c..e6369766f7e3 100644
--- a/drivers/char/scx200_gpio.c
+++ b/drivers/char/scx200_gpio.c
@@ -64,8 +64,8 @@ static int scx200_gpio_release(struct inode *inode, struct file *file)

static const struct file_operations scx200_gpio_fileops = {
.owner = THIS_MODULE,
- .write = nsc_gpio_write,
- .read = nsc_gpio_read,
+ .write_iter = nsc_gpio_write_iter,
+ .read_iter = nsc_gpio_read_iter,
.open = scx200_gpio_open,
.release = scx200_gpio_release,
.llseek = no_llseek,
--
2.43.0

\
 
 \ /
  Last update: 2024-05-27 16:36    [W:2.472 / U:0.264 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site