On Tue, Sep 14, 2010 at 22:36,  <[email protected]> wrote:
> +     if (transfer->speed_hz) {
> +             old_baud = chip->baud;
> +             chip->baud = hz_to_spi_baud(transfer->speed_hz);
> +             drv_data->regs->tclkdiv = chip->baud;
> +             SSYNC();
> +     }
>       /* Delay if requested at end of transfer */

please newlines between sections of code.  there should be a newline
after your if block here.
-mike
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to