Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

rtc: rx8025: remove useless initialization

irq_freq is already initialized to 1 in rtc_device_register()

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>

-1
-1
drivers/rtc/rtc-rx8025.c
··· 547 547 } 548 548 } 549 549 550 - rx8025->rtc->irq_freq = 1; 551 550 rx8025->rtc->max_user_freq = 1; 552 551 553 552 err = rx8025_sysfs_register(&client->dev);