Loading drivers/usb/misc/yurex.c +4 −2 Original line number Original line Diff line number Diff line Loading @@ -410,7 +410,8 @@ static int yurex_release(struct inode *inode, struct file *file) return 0; return 0; } } static ssize_t yurex_read(struct file *file, char *buffer, size_t count, loff_t *ppos) static ssize_t yurex_read(struct file *file, char __user *buffer, size_t count, loff_t *ppos) { { struct usb_yurex *dev; struct usb_yurex *dev; int retval = 0; int retval = 0; Loading Loading @@ -444,7 +445,8 @@ static ssize_t yurex_read(struct file *file, char *buffer, size_t count, loff_t return retval; return retval; } } static ssize_t yurex_write(struct file *file, const char *user_buffer, size_t count, loff_t *ppos) static ssize_t yurex_write(struct file *file, const char __user *user_buffer, size_t count, loff_t *ppos) { { struct usb_yurex *dev; struct usb_yurex *dev; int i, set = 0, retval = 0; int i, set = 0, retval = 0; Loading Loading
drivers/usb/misc/yurex.c +4 −2 Original line number Original line Diff line number Diff line Loading @@ -410,7 +410,8 @@ static int yurex_release(struct inode *inode, struct file *file) return 0; return 0; } } static ssize_t yurex_read(struct file *file, char *buffer, size_t count, loff_t *ppos) static ssize_t yurex_read(struct file *file, char __user *buffer, size_t count, loff_t *ppos) { { struct usb_yurex *dev; struct usb_yurex *dev; int retval = 0; int retval = 0; Loading Loading @@ -444,7 +445,8 @@ static ssize_t yurex_read(struct file *file, char *buffer, size_t count, loff_t return retval; return retval; } } static ssize_t yurex_write(struct file *file, const char *user_buffer, size_t count, loff_t *ppos) static ssize_t yurex_write(struct file *file, const char __user *user_buffer, size_t count, loff_t *ppos) { { struct usb_yurex *dev; struct usb_yurex *dev; int i, set = 0, retval = 0; int i, set = 0, retval = 0; Loading