forked from Minki/linux
rtc: rx8010: remove a stray newline
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
This commit is contained in:
parent
d3b14296da
commit
2e0ce56910
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user