diff options
Diffstat (limited to 'sound/pci/asihpi/hpioctl.c')
-rw-r--r-- | sound/pci/asihpi/hpioctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/asihpi/hpioctl.c b/sound/pci/asihpi/hpioctl.c index dd8cadf1e686..4bd32782ad9d 100644 --- a/sound/pci/asihpi/hpioctl.c +++ b/sound/pci/asihpi/hpioctl.c | |||
@@ -392,7 +392,7 @@ int __devinit asihpi_adapter_probe(struct pci_dev *pci_dev, | |||
392 | adapter.type = hr.u.s.aw_adapter_list[adapter.index]; | 392 | adapter.type = hr.u.s.aw_adapter_list[adapter.index]; |
393 | hm.adapter_index = adapter.index; | 393 | hm.adapter_index = adapter.index; |
394 | 394 | ||
395 | err = hpi_adapter_open(NULL, adapter.index); | 395 | err = hpi_adapter_open(adapter.index); |
396 | if (err) | 396 | if (err) |
397 | goto err; | 397 | goto err; |
398 | 398 | ||