[PATCH/RFC] remote control type initialization in saa7134-input.c

2012-11-25 Thread Alex Volkov
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 +++

RE: aio is unlikely

2007-05-18 Thread Alex Volkov
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