Re: [PATCH 03/18] video: bochs: Drop the useless argument of bochs_vga_write()

2023-07-23 Thread Simon Glass
On Sat, 22 Jul 2023 at 22:41, Bin Meng wrote: > > bochs_vga_write() takes 'index' as one argument, but never uses it. > > While we are here, use macros instead of magic numbers for the > VGA IO port register name and value. > > Signed-off-by: Bin Meng > --- > > drivers/video/bochs.c | 7 ---

[PATCH 03/18] video: bochs: Drop the useless argument of bochs_vga_write()

2023-07-22 Thread Bin Meng
bochs_vga_write() takes 'index' as one argument, but never uses it. While we are here, use macros instead of magic numbers for the VGA IO port register name and value. Signed-off-by: Bin Meng --- drivers/video/bochs.c | 7 --- drivers/video/bochs.h | 5 - 2 files changed, 8 insertions(