[PATCH] imx-drm: imx-drm-core: Convert to drm_is_master()

2014-07-25 Thread David Herrmann
Hi On Fri, Jul 25, 2014 at 5:08 AM, Fabio Estevam wrote: > From: Fabio Estevam > > Since commit fe32c9f34b9e ("drm: drop redundant drm_file->is_master") > we should use drm_is_master, otherwise the following build error is seen: > > drivers/staging/imx-drm/imx-drm-core.c: In function

[PATCH] imx-drm: imx-drm-core: Convert to drm_is_master()

2014-07-25 Thread Fabio Estevam
From: Fabio Estevam Since commit fe32c9f34b9e ("drm: drop redundant drm_file->is_master") we should use drm_is_master, otherwise the following build error is seen: drivers/staging/imx-drm/imx-drm-core.c: In function 'imx_drm_driver_preclose':