[PATCH v2 2/2] drm: Document deprecated load/unload hook

2017-01-04 Thread Gabriel Krisman Bertazi
Daniel Vetter writes: > I know this is a bit more work on top, but if you type docs that say > something is ignored, it's a good excuse to fix the code. So, can you pls > do the mass refactoring (I'd just do one patch for everything) that > changesthe return type of this vfunc to void? > > Applie

[PATCH v2 2/2] drm: Document deprecated load/unload hook

2017-01-04 Thread Daniel Vetter
On Mon, Jan 02, 2017 at 12:20:08PM -0200, Gabriel Krisman Bertazi wrote: > v2: > - Replace discouraged with deprecated > - Link to new initialization/teardown functions > > Signed-off-by: Gabriel Krisman Bertazi > --- > include/drm/drm_drv.h | 35 +++ > 1 file c

[PATCH v2 2/2] drm: Document deprecated load/unload hook

2017-01-02 Thread Gabriel Krisman Bertazi
v2: - Replace discouraged with deprecated - Link to new initialization/teardown functions Signed-off-by: Gabriel Krisman Bertazi --- include/drm/drm_drv.h | 35 +++ 1 file changed, 35 insertions(+) diff --git a/include/drm/drm_drv.h b/include/drm/drm_drv.h inde