Ignore:
Timestamp:
Apr 3, 2017, 4:51:56 PM (8 years ago)
Author:
David Azarewicz
Message:

Merged/reintegrated v2 branch into trunk. Trunk is now v2

Location:
GPL/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • GPL/trunk

  • GPL/trunk/alsa-kernel/isa/gus/gusmax.c

    r410 r598  
    192192static void snd_gusmax_free(struct snd_card *card)
    193193{
    194         struct snd_gusmax *maxcard = (struct snd_gusmax *)card->private_data;
     194        struct snd_gusmax *maxcard = card->private_data;
    195195       
    196196        if (maxcard == NULL)
     
    220220                return err;
    221221        card->private_free = snd_gusmax_free;
    222         maxcard = (struct snd_gusmax *)card->private_data;
     222        maxcard = card->private_data;
    223223        maxcard->card = card;
    224224        maxcard->irq = -1;
Note: See TracChangeset for help on using the changeset viewer.