Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 337013
b: refs/heads/master
c: d5185c4
h: refs/heads/master
i:
  337011: 583c6f7
v: v3
  • Loading branch information
Damian Hobson-Garcia authored and Greg Kroah-Hartman committed Nov 21, 2012
1 parent e2f7d1d commit f5f36ba
Show file tree
Hide file tree
Showing 3 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: 439926c81c01f31f9ffa7af7bf2d242b7f794f3c
refs/heads/master: d5185c4eb3a022f7e7a435238c2b0b885e6b4821
2 changes: 1 addition & 1 deletion trunk/drivers/uio/uio_dmem_genirq.c
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ static int uio_dmem_genirq_probe(struct platform_device *pdev)
int ret = -EINVAL;
int i;

if (!uioinfo) {
if (pdev->dev.of_node) {
int irq;

/* alloc uioinfo for one device */
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/uio/uio_pdrv_genirq.c
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ static int uio_pdrv_genirq_probe(struct platform_device *pdev)
int ret = -EINVAL;
int i;

if (!uioinfo) {
if (pdev->dev.of_node) {
int irq;

/* alloc uioinfo for one device */
Expand Down

0 comments on commit f5f36ba

Please sign in to comment.