Re: [PATCH 1/2] spi: tools: Make default_tx/rx and input_tx static

2020-06-11 Thread Mark Brown
On Thu, 11 Jun 2020 11:42:26 +0800, Qing Zhang wrote: > Fix the following sparse warning: > > ./spidev_test.c:50:9: warning: symbol 'default_tx' was not declared. Should > it be static? > ./spidev_test.c:59:9: warning: symbol 'default_rx' was not declared. Should > it be static? > ./spidev_test.

[PATCH 1/2] spi: tools: Make default_tx/rx and input_tx static

2020-06-10 Thread Qing Zhang
Fix the following sparse warning: ./spidev_test.c:50:9: warning: symbol 'default_tx' was not declared. Should it be static? ./spidev_test.c:59:9: warning: symbol 'default_rx' was not declared. Should it be static? ./spidev_test.c:60:6: warning: symbol 'input_tx' was not declared. Should it be s