Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 15180
b: refs/heads/master
c: d220439
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro authored and Linus Torvalds committed Dec 15, 2005
1 parent 37f1f9f commit e38379b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cd0306656c15f355e0e533cc0f08691bb98ca912
refs/heads/master: d22043940eb8d660df9a94e8e439ab4d3d16edab
2 changes: 1 addition & 1 deletion trunk/drivers/video/arcfb.c
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ static int arcfb_ioctl(struct inode *inode, struct file *file,
* the fb. it's inefficient for them to do anything less than 64*8
* writes since we update the lcd in each write() anyway.
*/
static ssize_t arcfb_write(struct file *file, const char *buf, size_t count,
static ssize_t arcfb_write(struct file *file, const char __user *buf, size_t count,
loff_t *ppos)
{
/* modded from epson 1355 */
Expand Down

0 comments on commit e38379b

Please sign in to comment.