mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-01 02:33:57 +00:00
[PARISC] Add __user annotation to eisa_eeprom.c
Annotate eisa_eeprom_read() with __user. Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: Matthew Wilcox <matthew@wil.cx> Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
This commit is contained in:
parent
04d35d7324
commit
45dbe9147d
@ -48,7 +48,7 @@ static loff_t eisa_eeprom_llseek(struct file *file, loff_t offset, int origin )
|
||||
}
|
||||
|
||||
static ssize_t eisa_eeprom_read(struct file * file,
|
||||
char *buf, size_t count, loff_t *ppos )
|
||||
char __user *buf, size_t count, loff_t *ppos )
|
||||
{
|
||||
unsigned char *tmp;
|
||||
ssize_t ret;
|
||||
|
Loading…
Reference in New Issue
Block a user