staging: rts5208: Remove unneeded void return

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>
This commit is contained in:
Melike Yurtoglu 2014-10-01 00:31:06 +03:00 committed by Greg Kroah-Hartman
parent bb0f20a7e8
commit 4dae2a4fca
1 changed files with 0 additions and 4 deletions

View File

@ -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);
}
}
return;
}
int rtsx_read_ppbuf(struct rtsx_chip *chip, u8 *buf, int buf_len)