]> git.baikalelectronics.ru Git - kernel.git/commit
[ARM] rtc-sa1100: fix compiler warnings and error cleanup
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Sat, 6 May 2006 10:29:21 +0000 (11:29 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 6 May 2006 10:29:21 +0000 (11:29 +0100)
commit0d15ad8df22b538d8ce772a1d2511d1716403d2b
treeb49f0deb0d2d0cf53f452f418a88b127caf146b9
parent244c9491b2e7d8e7ec159985b6d66a21da9de696
[ARM] rtc-sa1100: fix compiler warnings and error cleanup

Fix:
drivers/rtc/rtc-sa1100.c: In function `sa1100_rtc_proc':
drivers/rtc/rtc-sa1100.c:298: warning: unsigned int format, long unsigned int arg (arg 3)

and arrange for sa1100_rtc_open() to pass the devid to free_irq()
rather than NULL.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
drivers/rtc/rtc-sa1100.c