Searched hist:"58 dffa96e62ccf30ecba718f124ce822ddc1150a" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/rtc/ |
H A D | rtc-pcf2127.c | diff 58dffa96e62ccf30ecba718f124ce822ddc1150a Tue Aug 01 14:04:32 CDT 2023 Hugo Villeneuve <hvilleneuve@dimonoff.com> rtc: pcf2127: remove unused function argument
Fixes the following W=1 kernel build warning(s):
drivers/rtc/rtc-pcf2127.c: In function ‘pcf2127_probe’: drivers/rtc/rtc-pcf2127.c:635:32: warning: unused parameter ‘name’ [-Wunused-parameter] 635 | int alarm_irq, const char *name, bool is_pcf2127) | ~~~~~~~~~~~~^~~~
Signed-off-by: Hugo Villeneuve <hvilleneuve@dimonoff.com> Link: https://lore.kernel.org/r/20230801190432.3340545-1-hugo@hugovil.com Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
|