Fixes "void function return statements are not generally useful"checkpatch.pl warning Signed-off-by: Melike Yurtoglu <aysemelikeyurtoglu@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
@@ -1823,8 +1823,6 @@ void rtsx_enable_aspm(struct rtsx_chip *chip)
}
-
- return;
void rtsx_disable_aspm(struct rtsx_chip *chip)
@@ -1848,8 +1846,6 @@ void rtsx_disable_aspm(struct rtsx_chip *chip)
wait_timeout(1);
int rtsx_read_ppbuf(struct rtsx_chip *chip, u8 *buf, int buf_len)