staging: rtl8192x: Remove use of seq_printf return value
authorJoe Perches <joe@perches.com>
Sun, 22 Feb 2015 02:53:45 +0000 (18:53 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 7 Mar 2015 00:59:53 +0000 (16:59 -0800)
commitd08c028c75e293598b9f3e2c8ad87fb43199298c
treeaa8af82c90cb6d38149b532e45ea7bf383189d00
parent5877ecc3f70fc3af1fb36c25503391a0244b461f
staging: rtl8192x: 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: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192e/rtllib_module.c
drivers/staging/rtl8192u/ieee80211/ieee80211_module.c