diff --git a/drivers/scsi/sd.c b/drivers/scsi/sd.c index a88639fbedb3..8b3d7994e182 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; } }