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-- 5.3 KB
Makefile -rw-r--r-- 1.1 KB
ip_set_bitmap_gen.h -rw-r--r-- 7.9 KB
ip_set_bitmap_ip.c -rw-r--r-- 9.7 KB
ip_set_bitmap_ipmac.c -rw-r--r-- 11.6 KB
ip_set_bitmap_port.c -rw-r--r-- 8.0 KB
ip_set_core.c -rw-r--r-- 58.8 KB
ip_set_getport.c -rw-r--r-- 3.8 KB
ip_set_hash_gen.h -rw-r--r-- 34.8 KB
ip_set_hash_ip.c -rw-r--r-- 7.7 KB
ip_set_hash_ipmac.c -rw-r--r-- 8.4 KB
ip_set_hash_ipmark.c -rw-r--r-- 8.1 KB
ip_set_hash_ipport.c -rw-r--r-- 9.9 KB
ip_set_hash_ipportip.c -rw-r--r-- 10.6 KB
ip_set_hash_ipportnet.c -rw-r--r-- 14.8 KB
ip_set_hash_mac.c -rw-r--r-- 4.5 KB
ip_set_hash_net.c -rw-r--r-- 9.8 KB
ip_set_hash_netiface.c -rw-r--r-- 12.7 KB
ip_set_hash_netnet.c -rw-r--r-- 12.9 KB
ip_set_hash_netport.c -rw-r--r-- 13.1 KB
ip_set_hash_netportnet.c -rw-r--r-- 15.9 KB
ip_set_list_set.c -rw-r--r-- 16.6 KB
pfxlen.c -rw-r--r-- 8.0 KB

back to top