]> git.karo-electronics.de Git - karo-tx-linux.git/commit
rtc: remove use of seq_printf return value
authorJoe Perches <joe@perches.com>
Tue, 7 Apr 2015 23:44:58 +0000 (09:44 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 7 Apr 2015 23:44:58 +0000 (09:44 +1000)
commit13f7deb53fa6229cfa482afb0abe0d8cdee19e16
treed77b4b70bbc55b666a7d7c300e667d43ce7a6476
parent4eea87320c0d49f2b7cba06e0667809e038ba04d
rtc: remove use of seq_printf return value

The seq_printf return value, because it's frequently misused,
will eventually be converted to void.

See: commit 1f33c41c03da ("seq_file: Rename seq_overflow() to
     seq_has_overflowed() and make public")

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
drivers/rtc/rtc-cmos.c
drivers/rtc/rtc-ds1305.c
drivers/rtc/rtc-mrst.c
drivers/rtc/rtc-tegra.c