From 139498ce71d0ce3491951cd3737e3838f7d97200 Mon Sep 17 00:00:00 2001 From: Al Viro Date: Thu, 12 Jan 2006 01:06:32 -0800 Subject: [PATCH] --- yaml --- r: 18130 b: refs/heads/master c: d998265feb7cbcf74e27e3057dac309dcad47bf7 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/zorro/proc.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 9fca64e5b65d..a4b5ce50d516 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 3728d254def75837bf57aa4f897ba4f3a3e82d0b +refs/heads/master: d998265feb7cbcf74e27e3057dac309dcad47bf7 diff --git a/trunk/drivers/zorro/proc.c b/trunk/drivers/zorro/proc.c index 1a409c2c320c..7aa2d3de6d37 100644 --- a/trunk/drivers/zorro/proc.c +++ b/trunk/drivers/zorro/proc.c @@ -45,7 +45,7 @@ proc_bus_zorro_lseek(struct file *file, loff_t off, int whence) } static ssize_t -proc_bus_zorro_read(struct file *file, char *buf, size_t nbytes, loff_t *ppos) +proc_bus_zorro_read(struct file *file, char __user *buf, size_t nbytes, loff_t *ppos) { struct inode *ino = file->f_dentry->d_inode; struct proc_dir_entry *dp = PDE(ino);