drm/arm/hdlcd: Rename async to nonblock.
authorMaarten Lankhorst <[email protected]>
Tue, 26 Apr 2016 14:11:36 +0000 (16:11 +0200)
committerDaniel Vetter <[email protected]>
Mon, 2 May 2016 14:36:09 +0000 (16:36 +0200)
The async name is deprecated and should be changed to nonblocking.

Cc: Liviu Dudau <[email protected]>
Signed-off-by: Maarten Lankhorst <[email protected]>
Acked-by: Liviu Dudau <[email protected]>
Signed-off-by: Daniel Vetter <[email protected]>
Link: http://patchwork.freedesktop.org/patch/msgid/1461679905-30177-4-git-send-email-maarten.lankhorst@linux.intel.com
drivers/gpu/drm/arm/hdlcd_drv.c

index 3ac1ae4d8cafb69993035ab505727c3d127cc962..734899c4e4bb60e9c9bca90654d9189fe0ee65ac 100644 (file)
@@ -113,7 +113,7 @@ static void hdlcd_fb_output_poll_changed(struct drm_device *drm)
 }
 
 static int hdlcd_atomic_commit(struct drm_device *dev,
-                              struct drm_atomic_state *state, bool async)
+                              struct drm_atomic_state *state, bool nonblock)
 {
        return drm_atomic_helper_commit(dev, state, false);
 }