On 08/25/11 16:23, michael.hennerich@xxxxxxxxxx wrote: > From: Michael Hennerich <michael.hennerich@xxxxxxxxxx> > > use dev_info() instead. > > Signed-off-by: Michael Hennerich <michael.hennerich@xxxxxxxxxx> merge to iio-blue.git. Feel free to send it directly to Greg if you like though. As an aside: I've done a fairly substantial reorganization of what was in iio-blue.git master branch to make it more coherent for merging. Will push out shortly. Jonathan > --- > drivers/staging/iio/imu/adis16400_core.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/drivers/staging/iio/imu/adis16400_core.c b/drivers/staging/iio/imu/adis16400_core.c > index c1ed832..2f0d221 100644 > --- a/drivers/staging/iio/imu/adis16400_core.c > +++ b/drivers/staging/iio/imu/adis16400_core.c > @@ -392,7 +392,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); > } -- To unsubscribe from this list: send the line "unsubscribe linux-iio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html