Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 268189
b: refs/heads/master
c: 69d80ba
h: refs/heads/master
i:
  268187: 84bd56a
v: v3
  • Loading branch information
Michael Hennerich authored and Greg Kroah-Hartman committed Sep 6, 2011
1 parent e6b27e5 commit 776d1d8
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: 521de51871fdb89b8530ddd694401d689e1f94ad
refs/heads/master: 69d80bae9b2009ba36c4bb7032354c27a97b198a
2 changes: 1 addition & 1 deletion trunk/drivers/staging/iio/imu/adis16400_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ static int adis16400_initial_setup(struct iio_dev *indio_dev)
if ((prod_id & 0xF000) != st->variant->product_id)
dev_warn(&indio_dev->dev, "incorrect id");

printk(KERN_INFO "%s: prod_id 0x%04x at CS%d (irq %d)\n",
dev_info(&indio_dev->dev, "%s: prod_id 0x%04x at CS%d (irq %d)\n",
indio_dev->name, prod_id,
st->us->chip_select, st->us->irq);
}
Expand Down

0 comments on commit 776d1d8

Please sign in to comment.