block/rnbd: Remove all likely and unlikely
[linux-2.6-microblaze.git] / drivers / spi / spi-jcore.c
index bba10f0..74c8319 100644 (file)
@@ -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;