Ignore:
Timestamp:
Dec 14, 2007, 8:27:04 AM (18 years ago)
Author:
Brendan Oakley
Message:

Merged to ALSA 0.9.8

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/branches/alsa-resync1/alsa-kernel/drivers/serial-u16550.c

    r224 r277  
    10001000               get_option(&str,&index[nr_dev]) == 2 &&
    10011001               get_id(&str,&id[nr_dev]) == 2 &&
    1002                get_option(&str,(int *)&port[nr_dev]) == 2 &&
     1002               get_option_long(&str,&port[nr_dev]) == 2 &&
    10031003               get_option(&str,&irq[nr_dev]) == 2 &&
    10041004               get_option(&str,&speed[nr_dev]) == 2 &&
Note: See TracChangeset for help on using the changeset viewer.