diff options
Diffstat (limited to 'drivers/net/ethernet/qualcomm/qca_debug.c')
| -rw-r--r-- | drivers/net/ethernet/qualcomm/qca_debug.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/qualcomm/qca_debug.c b/drivers/net/ethernet/qualcomm/qca_debug.c index f62c39544e08..6f2fa2a42770 100644 --- a/drivers/net/ethernet/qualcomm/qca_debug.c +++ b/drivers/net/ethernet/qualcomm/qca_debug.c @@ -119,7 +119,7 @@ qcaspi_info_show(struct seq_file *s, void *what)  	seq_printf(s, "SPI mode         : %x\n",  		   qca->spi_dev->mode);  	seq_printf(s, "SPI chip select  : %u\n", -		   (unsigned int)qca->spi_dev->chip_select); +		   (unsigned int)spi_get_chipselect(qca->spi_dev, 0));  	seq_printf(s, "SPI legacy mode  : %u\n",  		   (unsigned int)qca->legacy_mode);  	seq_printf(s, "SPI burst length : %u\n",  |