aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/fbdev
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2014-07-11 18:13:27 +0200
committerTomi Valkeinen <tomi.valkeinen@ti.com>2014-08-26 15:53:33 +0300
commit87306c1d09c8dd7ed291a6b5d6c31323cd81f2ae (patch)
tree8a75a7a70ae61badaff4f07ccaa7cf439d10f274 /drivers/video/fbdev
parentvideo: vermilion: remove unnecessary break after goto (diff)
downloadlinux-dev-87306c1d09c8dd7ed291a6b5d6c31323cd81f2ae.tar.xz
linux-dev-87306c1d09c8dd7ed291a6b5d6c31323cd81f2ae.zip
video: mx3fb: Update comment for dmaengine_prep_slave_sg() API
Commit 16052827d98fbc13c31ebad560af4bd53e2b4dd5 ("dmaengine/dma_slave: introduce inline wrappers") changed the code to use the new API, but forgot to update a comment. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Cc: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com> Cc: Tomi Valkeinen <tomi.valkeinen@ti.com> Cc: Jiri Kosina <trivial@kernel.org> Cc: linux-fbdev@vger.kernel.org -- v2: - New Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'drivers/video/fbdev')
-rw-r--r--drivers/video/fbdev/mx3fb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/fbdev/mx3fb.c b/drivers/video/fbdev/mx3fb.c
index c645a0a0c341..5e97baf92721 100644
--- a/drivers/video/fbdev/mx3fb.c
+++ b/drivers/video/fbdev/mx3fb.c
@@ -1179,7 +1179,7 @@ static int mx3fb_pan_display(struct fb_var_screeninfo *var,
/*
* We enable the End of Frame interrupt, which will free a tx-descriptor,
- * which we will need for the next device_prep_slave_sg(). The
+ * which we will need for the next dmaengine_prep_slave_sg(). The
* IRQ-handler will disable the IRQ again.
*/
init_completion(&mx3_fbi->flip_cmpl);