forked from Minki/linux
staging: greybus: tools: Remove function log_csv_error()
Remove unused function log_csv_error. Issue found with Coccinelle. Signed-off-by: Nishka Dasgupta <nishkadg.linux@gmail.com> Reviewed-by: Bryan O'Donoghue <pure.logic@nexus-software.ie> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
b8336be66d
commit
3c96993b18
@ -414,12 +414,6 @@ static int get_results(struct loopback_test *t)
|
||||
return 0;
|
||||
}
|
||||
|
||||
void log_csv_error(int len, int err)
|
||||
{
|
||||
fprintf(stderr, "unable to write %d bytes to csv %s\n", len,
|
||||
strerror(err));
|
||||
}
|
||||
|
||||
int format_output(struct loopback_test *t,
|
||||
struct loopback_results *r,
|
||||
const char *dev_name,
|
||||
|
Loading…
Reference in New Issue
Block a user