diff options
-rw-r--r-- | sound/pci/lola/lola.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/pci/lola/lola.c b/sound/pci/lola/lola.c index d63434d8c3fb..68824cdd137d 100644 --- a/sound/pci/lola/lola.c +++ b/sound/pci/lola/lola.c | |||
@@ -586,7 +586,6 @@ static int lola_create(struct snd_card *card, struct pci_dev *pci, | |||
586 | 586 | ||
587 | chip = kzalloc(sizeof(*chip), GFP_KERNEL); | 587 | chip = kzalloc(sizeof(*chip), GFP_KERNEL); |
588 | if (!chip) { | 588 | if (!chip) { |
589 | dev_err(chip->card->dev, "cannot allocate chip\n"); | ||
590 | pci_disable_device(pci); | 589 | pci_disable_device(pci); |
591 | return -ENOMEM; | 590 | return -ENOMEM; |
592 | } | 591 | } |