passthrough: drop break statement following c/s cd7dedad820
authorIgor Druzhinin <igor.druzhinin@citrix.com>
Thu, 5 Dec 2019 12:31:03 +0000 (13:31 +0100)
committerJan Beulich <jbeulich@suse.com>
Thu, 5 Dec 2019 12:31:03 +0000 (13:31 +0100)
commit79cf0989175c16994efc1f152eef07bb48cb98df
treee93a546b0de654022194798e4f5aa9182db146a0
parentad5c7c162519a3f96561ea4791da1319d9bfdfed
passthrough: drop break statement following c/s cd7dedad820

The locking responsibilities have changed and a premature break in
this section now causes the following assertion:

Assertion '!preempt_count()' failed at preempt.c:36

Reported-by: Sander Eikelenboom <linux@eikelenboom.it>
Suggested-by: Jan Beulich <jbeulich@suse.com>
Signed-off-by: Igor Druzhinin <igor.druzhinin@citrix.com>
Reviewed-by: Paul Durrant <pdurrant@amazon.com>
Reviewed-by: Jan Beulich <jbeulich@suse.com>
xen/drivers/passthrough/pci.c