spi: spidev_test: Check input_tx and input_file first after parse options
authorTiezhu Yang <yangtiezhu@loongson.cn>
Thu, 13 Feb 2020 04:16:06 +0000 (12:16 +0800)
committerMark Brown <broonie@kernel.org>
Thu, 13 Feb 2020 13:17:19 +0000 (13:17 +0000)
commit1f3c36328a487059beebd1f7be042e3b7abf7d34
tree94b011ebb65df1f943c35382482f8980784b162b
parent020bd6c48ebd864d42b5b551a87a323e443918a6
spi: spidev_test: Check input_tx and input_file first after parse options

It is better to check input_tx and input_file first after parse options.
Otherwise, it will do some useless operations when both -p and --input
are selected.

Signed-off-by: Tiezhu Yang <yangtiezhu@loongson.cn>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/1581567368-8055-2-git-send-email-yangtiezhu@loongson.cn
Signed-off-by: Mark Brown <broonie@kernel.org>
tools/spi/spidev_test.c