Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267517
b: refs/heads/master
c: 0cbb2b5
h: refs/heads/master
i:
  267515: 2d2325a
v: v3
  • Loading branch information
Jonathan Cameron authored and Greg Kroah-Hartman committed Aug 23, 2011
1 parent e40975c commit 3acde7d
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: 8df322385a7e253672dc5077c11dc1a6219d25cc
refs/heads/master: 0cbb2b53fb57b002d0511226f3ad001569be9c66
2 changes: 1 addition & 1 deletion trunk/drivers/staging/iio/dac/ad5504.c
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ static int __devinit ad5504_probe(struct spi_device *spi)
iio_free_device(indio_dev);
error_disable_reg:
if (!IS_ERR(reg))
regulator_disable(st->reg);
regulator_disable(reg);
error_put_reg:
if (!IS_ERR(reg))
regulator_put(reg);
Expand Down

0 comments on commit 3acde7d

Please sign in to comment.