diff --git a/sound/ac97/bus.c b/sound/ac97/bus.c index 7a0dfca03a57d5..640812cb2152f9 100644 --- a/sound/ac97/bus.c +++ b/sound/ac97/bus.c @@ -529,7 +529,7 @@ static int ac97_bus_remove(struct device *dev) int ret; ret = pm_runtime_get_sync(dev); - if (ret) + if (ret < 0) return ret; ret = adrv->remove(adev);