Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 285321
b: refs/heads/master
c: 87d466e
h: refs/heads/master
i:
  285319: 42fb108
v: v3
  • Loading branch information
Dan Carpenter authored and Mauro Carvalho Chehab committed Nov 26, 2011
1 parent 116e17f commit 3efe313
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 75c1ca364d0d5d70ad12c5dac40bbe6598624cab
refs/heads/master: 87d466e503ab1e071eac4bd89c46eb3cb53246a1
4 changes: 2 additions & 2 deletions trunk/drivers/staging/media/lirc/lirc_imon.c
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ static int display_open(struct inode *inode, struct file *file);
static int display_close(struct inode *inode, struct file *file);

/* VFD write operation */
static ssize_t vfd_write(struct file *file, const char *buf,
static ssize_t vfd_write(struct file *file, const char __user *buf,
size_t n_bytes, loff_t *pos);

/* LIRC driver function prototypes */
Expand Down Expand Up @@ -369,7 +369,7 @@ static int send_packet(struct imon_context *context)
* than 32 bytes are provided spaces will be appended to
* generate a full screen.
*/
static ssize_t vfd_write(struct file *file, const char *buf,
static ssize_t vfd_write(struct file *file, const char __user *buf,
size_t n_bytes, loff_t *pos)
{
int i;
Expand Down

0 comments on commit 3efe313

Please sign in to comment.