Ignore:
Timestamp:
Sep 26, 2021, 6:18:40 PM (4 years ago)
Author:
David Azarewicz
Message:

Merge changes from next branch.

Location:
GPL/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • GPL/trunk

  • GPL/trunk/alsa-kernel/pci/emu10k1/timer.c

    r679 r703  
    7373        tid.device = device;
    7474        tid.subdevice = 0;
    75         if ((err = snd_timer_new(emu->card, "EMU10K1", &tid, &timer)) >= 0) {
     75        err = snd_timer_new(emu->card, "EMU10K1", &tid, &timer);
     76        if (err >= 0) {
    7677                strcpy(timer->name, "EMU10K1 timer");
    7778                timer->private_data = emu;
Note: See TracChangeset for help on using the changeset viewer.