[Intel-gfx] [PATCH 1/2] video/fb: Propagate error code from failing to unregister conflicting fb

2013-12-18 Thread Dave Airlie
On Tue, Dec 17, 2013 at 10:14 PM, Chris Wilson wrote: > On Tue, Dec 17, 2013 at 09:33:08AM +0200, Jani Nikula wrote: >> On Mon, 16 Dec 2013, Chris Wilson wrote: >> > If we fail to remove a conflicting fb driver, we need to abort the >> > loading of the second driver to avoid likely kernel panics

[Intel-gfx] [PATCH 1/2] video/fb: Propagate error code from failing to unregister conflicting fb

2013-12-17 Thread Chris Wilson
On Tue, Dec 17, 2013 at 09:33:08AM +0200, Jani Nikula wrote: > On Mon, 16 Dec 2013, Chris Wilson wrote: > > If we fail to remove a conflicting fb driver, we need to abort the > > loading of the second driver to avoid likely kernel panics. > > > > Signed-off-by: Chris Wilson > > Cc: Jean-Christoph

[Intel-gfx] [PATCH 1/2] video/fb: Propagate error code from failing to unregister conflicting fb

2013-12-17 Thread Jani Nikula
On Mon, 16 Dec 2013, Chris Wilson wrote: > If we fail to remove a conflicting fb driver, we need to abort the > loading of the second driver to avoid likely kernel panics. > > Signed-off-by: Chris Wilson > Cc: Jean-Christophe Plagniol-Villard > Cc: Tomi Valkeinen > Cc: linux-fbdev at vger.kerne

[PATCH 1/2] video/fb: Propagate error code from failing to unregister conflicting fb

2013-12-16 Thread Chris Wilson
If we fail to remove a conflicting fb driver, we need to abort the loading of the second driver to avoid likely kernel panics. Signed-off-by: Chris Wilson Cc: Jean-Christophe Plagniol-Villard Cc: Tomi Valkeinen Cc: linux-fbdev at vger.kernel.org Cc: dri-devel at lists.freedesktop.org --- drive