Commit eb148650 authored by Roxana Blaj's avatar Roxana Blaj Committed by Greg Kroah-Hartman

staging: rts5208: remove unnecessary return statement

This fixes the warning:
WARNING: void function return statements are not generally useful
Signed-off-by: default avatarRoxana Blaj <roxanagabriela10@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent b037e229
...@@ -2776,8 +2776,6 @@ void mspro_polling_format_status(struct rtsx_chip *chip) ...@@ -2776,8 +2776,6 @@ void mspro_polling_format_status(struct rtsx_chip *chip)
break; break;
} }
} }
return;
} }
int mspro_format(struct scsi_cmnd *srb, struct rtsx_chip *chip, int mspro_format(struct scsi_cmnd *srb, struct rtsx_chip *chip,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment