From: Bartosz Golaszewski Date: Mon, 14 Sep 2020 15:45:49 +0000 (+0200) Subject: rtc: rx8010: remove a stray newline X-Git-Tag: v5.10-rc1~65^2~40 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=2e0ce569102ccb1ca9bacc499c8411fb8fa53069;p=linux-block.git rtc: rx8010: remove a stray newline Remove an unnecessary newline after requesting the interrupt. Signed-off-by: Bartosz Golaszewski Signed-off-by: Alexandre Belloni Link: https://lore.kernel.org/r/20200914154601.32245-3-brgl@bgdev.pl --- diff --git a/drivers/rtc/rtc-rx8010.c b/drivers/rtc/rtc-rx8010.c index 08c93d492494..c6797ec0aba1 100644 --- a/drivers/rtc/rtc-rx8010.c +++ b/drivers/rtc/rtc-rx8010.c @@ -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;