Re: [PATCH 11/11] fbdev: Remove conflict-handling code

2022-07-11 Thread Javier Martinez Canillas
On 7/7/22 17:39, Thomas Zimmermann wrote: > Remove the call to do_remove_conflicting_framebuffers() from the > framebuffer registration. Aperture helpers take care of removing > conflicting devices. With all ownership information stored in the > aperture datastrcutures, remove remove_conflicting_fr

[PATCH 11/11] fbdev: Remove conflict-handling code

2022-07-07 Thread Thomas Zimmermann
Remove the call to do_remove_conflicting_framebuffers() from the framebuffer registration. Aperture helpers take care of removing conflicting devices. With all ownership information stored in the aperture datastrcutures, remove remove_conflicting_framebuffers() entirely. This change also rectifies