Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 232363
b: refs/heads/master
c: 0b7f1cc
h: refs/heads/master
i:
  232361: c2df338
  232359: 6eb2309
v: v3
  • Loading branch information
axel lin authored and Paul Mundt committed Jan 18, 2011
1 parent 2fa785b commit 14ca3d5
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: 6c9571f4b759717e1c938cbc6b53ec8ce5813245
refs/heads/master: 0b7f1cc79d61427961e311c6a21f528bdb226e40
4 changes: 2 additions & 2 deletions trunk/drivers/video/pxa3xx-gcu.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* pxa3xx-gc.c - Linux kernel module for PXA3xx graphics controllers
* pxa3xx-gcu.c - Linux kernel module for PXA3xx graphics controllers
*
* This driver needs a DirectFB counterpart in user space, communication
* is handled via mmap()ed memory areas and an ioctl.
Expand Down Expand Up @@ -421,7 +421,7 @@ pxa3xx_gcu_misc_write(struct file *filp, const char *buff,
buffer->next = priv->free;
priv->free = buffer;
spin_unlock_irqrestore(&priv->spinlock, flags);
return ret;
return -EFAULT;
}

buffer->length = words;
Expand Down

0 comments on commit 14ca3d5

Please sign in to comment.