Merge branch 'topic/hwdep-cleanup' into for-linus
[sfrench/cifs-2.6.git] / sound / pci / rme9652 / hdsp.c
index 2434609b2d350d762ef088185c4ae4f27d0c6178..bacfdd12619b2ced4cc0f5ead3596772d1b43a90 100644 (file)
@@ -5149,8 +5149,10 @@ static int __devinit snd_hdsp_probe(struct pci_dev *pci,
                return -ENOENT;
        }
 
-       if (!(card = snd_card_new(index[dev], id[dev], THIS_MODULE, sizeof(struct hdsp))))
-               return -ENOMEM;
+       err = snd_card_create(index[dev], id[dev], THIS_MODULE,
+                             sizeof(struct hdsp), &card);
+       if (err < 0)
+               return err;
 
        hdsp = (struct hdsp *) card->private_data;
        card->private_free = snd_hdsp_card_free;