Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 363135
b: refs/heads/master
c: 275b5d2
h: refs/heads/master
i:
  363133: ce25686
  363131: 75c9f75
  363127: 3f29f85
  363119: 14504bf
  363103: bfe0f87
  363071: 8d30774
  363007: 3ef5e26
v: v3
  • Loading branch information
Alexandru Gheorghiu authored and Greg Kroah-Hartman committed Mar 25, 2013
1 parent b325a7c commit 184fdc8
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: 2451a84839187cd9d150ff1bfac4f5febbcce7a6
refs/heads/master: 275b5d2061c20749582060be68b6ec4692736d28
2 changes: 1 addition & 1 deletion trunk/drivers/char/tile-srom.c
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ static int srom_setup_minor(struct srom_dev *srom, int index)

dev = device_create(srom_class, &platform_bus,
MKDEV(srom_major, index), srom, "%d", index);
return IS_ERR(dev) ? PTR_ERR(dev) : 0;
return PTR_RET(dev);
}

/** srom_init() - Initialize the driver's module. */
Expand Down

0 comments on commit 184fdc8

Please sign in to comment.