Skip to content
Snippets Groups Projects
Commit 5a8fba52 authored by Chris Ball's avatar Chris Ball
Browse files

mmc: mmc_test: Remove set-but-unused variable.


Fixes:

drivers/mmc/card/mmc_test.c: In function ‘mmc_test_seq_perf’:
drivers/mmc/card/mmc_test.c:1878:28: warning: variable ‘ts’ set but not
used [-Wunused-but-set-variable]

There's no reason to be calling timespec_sub() here, because
mmc_test_print_avg_rate() is going to do that itself.

Signed-off-by: default avatarChris Ball <cjb@laptop.org>
Cc: Adrian Hunter <adrian.hunter@nokia.com>
parent d39dd11c
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment