Commit 5e8f2780 authored by Alan Cox's avatar Alan Cox Committed by Linus Torvalds

[PATCH] fix unused symbol in ad1889

(Francois Romieu)
parent 03af3c83
...@@ -245,7 +245,6 @@ static ad1889_dev_t *ad1889_alloc_dev(struct pci_dev *pci) ...@@ -245,7 +245,6 @@ static ad1889_dev_t *ad1889_alloc_dev(struct pci_dev *pci)
dmabuf->ready = 0; dmabuf->ready = 0;
dmabuf->rate = 44100; dmabuf->rate = 44100;
} }
out:
return dev; return dev;
err_free_dmabuf: err_free_dmabuf:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment