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:
parent
bb0f20a7e8
commit
4dae2a4fca
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue