diff mbox

[RESEND] drm/gma500: remove comment for non-existent parameter

Message ID OF4AE9636F.C8591E9F-ON48258027.00055610-48258027.00074A46@zte.com.cn (mailing list archive)
State New, archived
Headers show

Commit Message

Jiang Biao Sept. 7, 2016, 1:19 a.m. UTC
Remove comment for non-existent parameter in psbfb_alloc().

Signed-off-by: Jiang Biao <jiang.biao2@zte.com.cn>
---
The previous patch was corrupted by the mail server, have to resend it. 

---
 drivers/gpu/drm/gma500/framebuffer.c | 1 -
 1 file changed, 1 deletion(-)

  *     is stolen memory backed and life is simple. If there isn't 
sufficient
diff mbox

Patch

diff --git a/drivers/gpu/drm/gma500/framebuffer.c 
b/drivers/gpu/drm/gma500/framebuffer.c
index 7440bf9..f323989 100644
--- a/drivers/gpu/drm/gma500/framebuffer.c
+++ b/drivers/gpu/drm/gma500/framebuffer.c
@@ -308,7 +308,6 @@  static struct drm_framebuffer *psb_framebuffer_create
  *     psbfb_alloc             -       allocate frame buffer memory
  *     @dev: the DRM device
  *     @aligned_size: space needed
- *     @force: fall back to GEM buffers if need be
  *
  *     Allocate the frame buffer. In the usual case we get a GTT range 
that