On Tue, Feb 07, 2017 at 03:10:49PM +0100, Daniel Vetter wrote:
While reviewing Chris' patches to properly cancel our async workers I checked that this happens after the fbdev is already unregistered. That's the case, but I found a small gap in our docs, fill that in.
Note that I don't explain what release_fbi does, because that function will disappear in the next patch ...
Cc: Chris Wilson chris@chris-wilson.co.uk Signed-off-by: Daniel Vetter daniel.vetter@intel.com
Reviewed-by: Chris Wilson chris@chris-wilson.co.uk -Chris