Revision c53051128bb0e8754e13345d782ca69e5e1ce36d authored by Guoqing Jiang on 18 April 2019, 02:01:55 UTC, committed by Greg Kroah-Hartman on 19 April 2019, 12:09:23 UTC
err_spi is only called within SERIAL_SC16IS7XX_SPI
while err_i2c is called inside SERIAL_SC16IS7XX_I2C.
So we need to put err_spi and err_i2c into each #ifdef
accordingly.

This change fixes ("sc16is7xx: move label 'err_spi'
to correct section").

Signed-off-by: Guoqing Jiang <gqjiang@suse.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent b2ecf00
History
File Mode Size
Kconfig -rw-r--r-- 963 bytes
Makefile -rw-r--r-- 406 bytes
client.c -rw-r--r-- 53.2 KB
error.c -rw-r--r-- 7.4 KB
mod.c -rw-r--r-- 4.3 KB
protocol.c -rw-r--r-- 13.8 KB
protocol.h -rw-r--r-- 1.3 KB
trans_common.c -rw-r--r-- 819 bytes
trans_common.h -rw-r--r-- 546 bytes
trans_fd.c -rw-r--r-- 25.8 KB
trans_rdma.c -rw-r--r-- 19.1 KB
trans_virtio.c -rw-r--r-- 19.9 KB
trans_xen.c -rw-r--r-- 13.7 KB

back to top