From: Chris Ball Date: Wed, 16 Mar 2011 21:46:45 +0000 (-0400) Subject: mmc: mmc_test: Remove set-but-unused variable. X-Git-Tag: v2.6.39-rc1~1^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a8fba524c2063cb297bdbacda535448ee365dc4;p=pandora-kernel.git 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: Chris Ball Cc: Adrian Hunter --- Reading git-diff-tree failed