Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4b33d36b authored by Alexandre Belloni's avatar Alexandre Belloni
Browse files

rtc: rx8025: remove useless initialization



irq_freq is already initialized to 1 in rtc_device_register()

Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@free-electrons.com>
parent 8c4a4467
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -547,7 +547,6 @@ static int rx8025_probe(struct i2c_client *client,
		}
	}

	rx8025->rtc->irq_freq = 1;
	rx8025->rtc->max_user_freq = 1;

	err = rx8025_sysfs_register(&client->dev);