commit | 78ccbf9ff89bd7a20d36be039cb3eab71081648c | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Sun Sep 11 10:31:28 2016 -0300 |
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Wed Dec 21 07:04:42 2016 -0200 |
tree | da6ef0e1c7244791dfcea6907cba2b47ab2058f5 | |
parent | f60f35609f89ef4fee73776bc1ef697923251995 [diff] |
[media] media/cobalt: use pci_irq_allocate_vectors Simply the interrupt setup by using the new PCI layer helpers. Despite using pci_enable_msi_range, this driver was only requesting a single MSI vector anyway. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>