Re: [PATCH] fbdev: chipsfb: Fix error codes in chipsfb_pci_init()

2023-02-27 Thread Dan Carpenter
On Mon, Feb 27, 2023 at 11:13:19AM +0100, Thomas Zimmermann wrote: > Hi > > Am 27.02.23 um 11:07 schrieb Dan Carpenter: > > The error codes are not set on these error paths. > > > > Fixes: 145eed48de27 ("fbdev: Remove conflicting devices on PCI bus") > > Signed-off-by: Dan Carpenter > > Reviewe

Re: [PATCH] fbdev: chipsfb: Fix error codes in chipsfb_pci_init()

2023-02-27 Thread Thomas Zimmermann
Hi Am 27.02.23 um 11:07 schrieb Dan Carpenter: The error codes are not set on these error paths. Fixes: 145eed48de27 ("fbdev: Remove conflicting devices on PCI bus") Signed-off-by: Dan Carpenter Reviewed-by: Thomas Zimmermann with the comments below addressed. --- drivers/video/fbdev/c

[PATCH] fbdev: chipsfb: Fix error codes in chipsfb_pci_init()

2023-02-27 Thread Dan Carpenter
The error codes are not set on these error paths. Fixes: 145eed48de27 ("fbdev: Remove conflicting devices on PCI bus") Signed-off-by: Dan Carpenter --- drivers/video/fbdev/chipsfb.c | 14 ++ 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/drivers/video/fbdev/chipsfb.c