Re: [PATCH 3/6] PCI/VGA: drop the inline of vga_update_device_decodes() function

2023-07-24 Thread suijingfeng
PING, please ! On 2023/7/11 21:43, Sui Jingfeng wrote: From: Sui Jingfeng The vga_update_device_decodes() function is NOT a trivial function, It is not performance critical either. So, drop the inline. This patch also make the parameter and argument consistent, use unsigned int type instead o

[PATCH 3/6] PCI/VGA: drop the inline of vga_update_device_decodes() function

2023-07-11 Thread Sui Jingfeng
From: Sui Jingfeng The vga_update_device_decodes() function is NOT a trivial function, It is not performance critical either. So, drop the inline. This patch also make the parameter and argument consistent, use unsigned int type instead of the signed type to store the decode. Change the second a