On Thu, 14 May 2020 20:20:52 -0000, GitLab Bridge on behalf of dzickusrh wrote:
> +static void rh_check_supported(void) { return; }It would be better to use: #define rh_check_supported() for the resulting code to be really the same as before. It does make a difference when compiled without -O. I know we compile the kernel with -O2 but since it's easy to support all cases by using #define, we should do it. Politely requesting v2, Nacked-by: Jiri Benc <[email protected]> Thanks, Jiri _______________________________________________ kernel mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected]
