Re: [RFC PATCH] amd64-agp: do not bind to pci driver if probing fails

2025-06-22 Thread Ahmed Salem
On 25/06/21 09:21PM, Lukas Wunner wrote: > On Sat, Jun 21, 2025 at 07:15:31PM +0300, Ahmed Salem wrote: > > On 25/06/21 11:46AM, Lukas Wunner wrote: > > > On Sat, Jun 21, 2025 at 04:55:52AM +0300, Ahmed Salem wrote: > > > > --- a/drivers/char/agp/amd64-agp.c > &

Re: [RFC PATCH] amd64-agp: do not bind to pci driver if probing fails

2025-06-21 Thread Ahmed Salem
Hi Lukas, On 25/06/21 11:46AM, Lukas Wunner wrote: > On Sat, Jun 21, 2025 at 04:55:52AM +0300, Ahmed Salem wrote: > > --- a/drivers/char/agp/amd64-agp.c > > +++ b/drivers/char/agp/amd64-agp.c > > @@ -768,10 +768,15 @@ int __init agp_amd64_init(void) > > > >

[RFC PATCH] amd64-agp: do not bind to pci driver if probing fails

2025-06-21 Thread Ahmed Salem
e is non-zero to avoid probing already present resources. Link: https://lore.kernel.org/all/afjolz88kih5w...@wunner.de Signed-off-by: Ahmed Salem --- I'm not quite sure whether I should have maintained the linked conversation's Ccs, so please let me know if I should Cc anyone else. Lukas, k