[media] cx88: pci_disable_device comes after free_irq
authorHans Verkuil <hans.verkuil@cisco.com>
Fri, 5 Sep 2014 12:37:09 +0000 (09:37 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Mon, 3 Nov 2014 10:35:56 +0000 (08:35 -0200)
commit98822de9ae22083658104e43d52f2cb0f3df1138
treeb0023aced0621938a58b583ad6bf7031e5c6b435
parentc39ba330322ba087f4c814f641d1818137c98e95
[media] cx88: pci_disable_device comes after free_irq

Move pci_disable_device() down otherwise it will complain about an
unfreed irq.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/pci/cx88/cx88-video.c