Re: [PATCH v2 07/11] PCI/VGA: vga_client_register() return -ENODEV on failure, not -1

2023-08-11 Thread Ilpo Järvinen
On Thu, 10 Aug 2023, suijingfeng wrote: > On 2023/8/9 21:52, Ilpo Järvinen wrote: > > On Wed, 9 Aug 2023, Sui Jingfeng wrote: > > > > > From: Sui Jingfeng > > > > > Changelog body is missing. > > > I thought that probably the Fixes tag could be taken as the body of this > commit, > since

Re: [PATCH v2 07/11] PCI/VGA: vga_client_register() return -ENODEV on failure, not -1

2023-08-10 Thread Sui Jingfeng
Hi, On 2023/8/10 20:13, Ilpo Järvinen wrote: On Thu, 10 Aug 2023, suijingfeng wrote: On 2023/8/9 21:52, Ilpo Järvinen wrote: On Wed, 9 Aug 2023, Sui Jingfeng wrote: From: Sui Jingfeng Changelog body is missing. I thought that probably the Fixes tag could be taken as the body of this

Re: [PATCH v2 07/11] PCI/VGA: vga_client_register() return -ENODEV on failure, not -1

2023-08-10 Thread suijingfeng
Hi, On 2023/8/9 21:52, Ilpo Järvinen wrote: On Wed, 9 Aug 2023, Sui Jingfeng wrote: From: Sui Jingfeng Changelog body is missing. I thought that probably the Fixes tag could be taken as the body of this commit, since there are no warnings when I check the whole series with

Re: [PATCH v2 07/11] PCI/VGA: vga_client_register() return -ENODEV on failure, not -1

2023-08-10 Thread Ilpo Järvinen
On Wed, 9 Aug 2023, Sui Jingfeng wrote: > From: Sui Jingfeng > Changelog body is missing. > Fixes: 934f992c763a ("drm/i915: Recognise non-VGA display devices") > Signed-off-by: Sui Jingfeng > --- > drivers/pci/vgaarb.c | 15 ++- > 1 file changed, 6 insertions(+), 9 deletions(-)

[PATCH v2 07/11] PCI/VGA: vga_client_register() return -ENODEV on failure, not -1

2023-08-08 Thread Sui Jingfeng
From: Sui Jingfeng Fixes: 934f992c763a ("drm/i915: Recognise non-VGA display devices") Signed-off-by: Sui Jingfeng --- drivers/pci/vgaarb.c | 15 ++- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/drivers/pci/vgaarb.c b/drivers/pci/vgaarb.c index