mirror of
https://github.com/torvalds/linux.git
synced 2024-11-02 10:11:36 +00:00
[media] solo6x10: also stop DMA if the SOLO_PCI_ERR_P2M_DESC is raised
Otherwise the computer will hang. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
4c211ed7e5
commit
4718892f0f
@ -198,7 +198,7 @@ void solo_p2m_error_isr(struct solo_dev *solo_dev)
|
||||
struct solo_p2m_dev *p2m_dev;
|
||||
int i;
|
||||
|
||||
if (!(err & SOLO_PCI_ERR_P2M))
|
||||
if (!(err & (SOLO_PCI_ERR_P2M | SOLO_PCI_ERR_P2M_DESC)))
|
||||
return;
|
||||
|
||||
for (i = 0; i < SOLO_NR_P2M; i++) {
|
||||
|
Loading…
Reference in New Issue
Block a user