pci_get_device() will increase the reference count for the returned
pci_dev. For the error path, we need to use pci_dev_put() to decrease
the reference count.
Fixes:
|
||
|---|---|---|
| .. | ||
| Makefile | ||
| cr_pll.c | ||
| vermilion.c | ||
| vermilion.h | ||
pci_get_device() will increase the reference count for the returned
pci_dev. For the error path, we need to use pci_dev_put() to decrease
the reference count.
Fixes:
|
||
|---|---|---|
| .. | ||
| Makefile | ||
| cr_pll.c | ||
| vermilion.c | ||
| vermilion.h | ||