Re: [PATCH] m68k/amiga: Add missing platform_device_unregister() call in amiga_init_devices()

2020-07-28 Thread Greg Kroah-Hartman
On Tue, Jul 28, 2020 at 04:50:06PM +0200, Markus Elfring wrote: > > Add the missing platform_device_unregister() before return > > from amiga_init_devices() in the error handling case. > > Will the tag “Fixes” become helpful for the commit message? > > > … > > +++ b/arch/m68k/amiga/platform.c >

Re: [PATCH] m68k/amiga: Add missing platform_device_unregister() call in amiga_init_devices()

2020-07-28 Thread Markus Elfring
> Add the missing platform_device_unregister() before return > from amiga_init_devices() in the error handling case. Will the tag “Fixes” become helpful for the commit message? … > +++ b/arch/m68k/amiga/platform.c > @@ -188,8 +188,10 @@ static int __init amiga_init_devices(void) >