PCI: hv: Remove the bogus test in hv_eject_device_work()
authorDexuan Cui <decui@microsoft.com>
Thu, 15 Mar 2018 14:21:43 +0000 (14:21 +0000)
committerLorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Fri, 16 Mar 2018 18:19:02 +0000 (18:19 +0000)
commitfca288c0153b2b97114b9081bc3c33c3735145b6
treec244bf8dc1dcc76f3012da68df50d7ee7aa05bd6
parentdf3f2159f4e4146d40b244725ce79ed921530b99
PCI: hv: Remove the bogus test in hv_eject_device_work()

When kernel is executing hv_eject_device_work(), hpdev->state value must
be hv_pcichild_ejecting; any other value would consist in a bug,
therefore replace the bogus check with an explicit WARN_ON() on the
condition failure detection.

Signed-off-by: Dexuan Cui <decui@microsoft.com>
[lorenzo.pieralisi@arm.com: updated commit log]
Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Reviewed-by: Michael Kelley <mikelley@microsoft.com>
Acked-by: Haiyang Zhang <haiyangz@microsoft.com>
Cc: Vitaly Kuznetsov <vkuznets@redhat.com>
Cc: Jack Morgenstein <jackm@mellanox.com>
Cc: Stephen Hemminger <sthemmin@microsoft.com>
Cc: K. Y. Srinivasan <kys@microsoft.com>
drivers/pci/host/pci-hyperv.c