rtc: rx8010: remove a stray newline
authorBartosz Golaszewski <bgolaszewski@baylibre.com>
Mon, 14 Sep 2020 15:45:49 +0000 (17:45 +0200)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Tue, 15 Sep 2020 08:50:37 +0000 (10:50 +0200)
Remove an unnecessary newline after requesting the interrupt.

Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Link: https://lore.kernel.org/r/20200914154601.32245-3-brgl@bgdev.pl
drivers/rtc/rtc-rx8010.c

index 08c93d4..c6797ec 100644 (file)
@@ -454,7 +454,6 @@ static int rx8010_probe(struct i2c_client *client,
                                                rx8010_irq_1_handler,
                                                IRQF_TRIGGER_LOW | IRQF_ONESHOT,
                                                "rx8010", client);
-
                if (err) {
                        dev_err(&client->dev, "unable to request IRQ\n");
                        return err;