Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 373624
b: refs/heads/master
c: 30db2bd
h: refs/heads/master
v: v3
  • Loading branch information
Jingoo Han authored and Linus Walleij committed Mar 27, 2013
1 parent 753ff33 commit b60106e
Show file tree
Hide file tree
Showing 2 changed files with 3 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: f39f54af032ce900815d0d718df5f1717eed50fe
refs/heads/master: 30db2bd1c88cedf73e1eb753225249130cc00970
3 changes: 2 additions & 1 deletion trunk/drivers/gpio/gpio-mc33880.c
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,8 @@ static int mc33880_probe(struct spi_device *spi)
ret = mc33880_write_config(mc);

if (ret) {
printk(KERN_ERR "Failed writing to " DRIVER_NAME ": %d\n", ret);
dev_err(&spi->dev, "Failed writing to " DRIVER_NAME ": %d\n",
ret);
goto exit_destroy;
}

Expand Down

0 comments on commit b60106e

Please sign in to comment.