diff --git a/drivers/scsi/sd.c b/drivers/scsi/sd.c index a88639fbedb3be77a1a83f39984a8e06548f1a69..8b3d7994e18268403d8323584129a92af6626dd5 100644 --- a/drivers/scsi/sd.c +++ b/drivers/scsi/sd.c @@ -3537,7 +3537,7 @@ static int sd_suspend_common(struct device *dev, bool ignore_stop_errors) * doesn't support sync. There's not much to do and * suspend shouldn't fail. */ - ret = 0; + ret = 0; } }