diff options
Diffstat (limited to 'drivers/spi/spi-jcore.c')
| -rw-r--r-- | drivers/spi/spi-jcore.c | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/drivers/spi/spi-jcore.c b/drivers/spi/spi-jcore.c index bba10f030e33..74c8319c29f1 100644 --- a/drivers/spi/spi-jcore.c +++ b/drivers/spi/spi-jcore.c @@ -82,7 +82,8 @@ static void jcore_spi_chipsel(struct spi_device *spi, bool value)  static void jcore_spi_baudrate(struct jcore_spi *hw, int speed)  { -	if (speed == hw->speed_hz) return; +	if (speed == hw->speed_hz) +		return;  	hw->speed_hz = speed;  	if (speed >= hw->clock_freq / 2)  		hw->speed_reg = 0; | 
