Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 253965
b: refs/heads/master
c: 0bb04bf
h: refs/heads/master
i:
  253963: a6e89ea
v: v3
  • Loading branch information
William Douglas authored and Linus Torvalds committed Jun 23, 2011
1 parent 8808347 commit dacdc13
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: bccaeafd7c117acee36e90d37c7e05c19be9e7bf
refs/heads/master: 0bb04bf3dfdfe1c981087cdfb0d9d772c3a0ba55
2 changes: 1 addition & 1 deletion trunk/drivers/tty/serial/mrst_max3110.c
Original file line number Diff line number Diff line change
Expand Up @@ -823,7 +823,7 @@ static int __devinit serial_m3110_probe(struct spi_device *spi)
res = RC_TAG;
ret = max3110_write_then_read(max, (u8 *)&res, (u8 *)&res, 2, 0);
if (ret < 0 || res == 0 || res == 0xffff) {
printk(KERN_ERR "MAX3111 deemed not present (conf reg %04x)",
dev_dbg(&spi->dev, "MAX3111 deemed not present (conf reg %04x)",
res);
ret = -ENODEV;
goto err_get_page;
Expand Down

0 comments on commit dacdc13

Please sign in to comment.