C_TYPE_OTHER) before board type testing "switch". (Perhaps, putting it
to 110i's "case" would be more correct, but it seem to work anyway.)
Signed-off-by: Alex Volkov
---
--- a/drivers/media/video/saa7134/saa7134-input.c 2012-10-17
08:50:15.0 +0600
+++
Andrew Morton wrote:
> aio is unlikely
> Stick an unlikely() around is_aio(): I assert that most IO is
synchronous.
>
> -#define in_aio() !is_sync_wait(current->io_wait)
> +#define in_aio() (unlikely(!is_sync_wait(current->io_wait)))
> Jeff Garzik <[EMAIL PROTECTED]> wrote:
>
> > > -#def
2 matches
Mail list logo