]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - sound/pci/fm801.c
ALSA: fm801: store struct device instead of pci_dev
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Fri, 18 Dec 2015 19:14:13 +0000 (21:14 +0200)
committerTakashi Iwai <tiwai@suse.de>
Sun, 20 Dec 2015 21:33:29 +0000 (22:33 +0100)
commitd3d33aabac51341065bcce0e9c2d9d27902a08c4
tree1e091b5dc34d32aae4e6f45d49a989be1815a5d3
parent997c87dad2a322516db391c7df440bd89e18fc31
ALSA: fm801: store struct device instead of pci_dev

There is no need to store struct pci_dev in struct fm801. Generic struct device
can be easily translated to struct pci_dev whenever it's needed, in particular
for one user for now.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/fm801.c