BTS

Message298

Author mika
Recipients
Date 2007-02-25.17:28:08
Content
nozomi done (thanks for testing, Kevin):

Fix line 1569, replace

    INIT_WORK( &dc->tty_flip_wq_struct, tty_flip_queue_function, (void*) dc);

with

    INIT_WORK( &dc->tty_flip_wq_struct, tty_flip_queue_function);
History
Date User Action Args
2007-02-25 17:28:08mikalinkissue96 messages
2007-02-25 17:28:08mikacreate