]> Git Repo - linux.git/commit
ipmi: Remove uses of return value of seq_printf
authorJoe Perches <[email protected]>
Tue, 17 Feb 2015 19:10:56 +0000 (11:10 -0800)
committerCorey Minyard <[email protected]>
Fri, 20 Feb 2015 02:58:41 +0000 (20:58 -0600)
commitd6c5dc18d863338528f4e89e8dba9449c6e30f4e
treeb7e26b14ec02a2de0363d96d3f527903a8d8eece
parent2d06a0c9b3756404e141cafcd62b29ce05238007
ipmi: Remove uses of return value of seq_printf

The seq_printf like functions will soon be changed to return void.

Convert these uses to check seq_has_overflowed instead.

Signed-off-by: Joe Perches <[email protected]>
Signed-off-by: Corey Minyard <[email protected]>
drivers/char/ipmi/ipmi_msghandler.c
drivers/char/ipmi/ipmi_si_intf.c
drivers/char/ipmi/ipmi_ssif.c
This page took 0.053262 seconds and 4 git commands to generate.