iio: pressure: bmp280: Join string literals back
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 23 Mar 2020 10:41:29 +0000 (12:41 +0200)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sun, 19 Apr 2020 15:56:20 +0000 (16:56 +0100)
For easy grepping on debug purposes join string literals back in
the messages.

No functional change.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/pressure/bmp280-core.c

index 958d432d9c8fe97db64c468d243a8da6c6322627..a3304839011892d972acf9978bf743d1d8933146 100644 (file)
@@ -943,8 +943,7 @@ static int bmp085_fetch_eoc_irq(struct device *dev,
 
        irq_trig = irqd_get_trigger_type(irq_get_irq_data(irq));
        if (irq_trig != IRQF_TRIGGER_RISING) {
-               dev_err(dev, "non-rising trigger given for EOC interrupt, "
-                       "trying to enforce it\n");
+               dev_err(dev, "non-rising trigger given for EOC interrupt, trying to enforce it\n");
                irq_trig = IRQF_TRIGGER_RISING;
        }