From patchwork Mon Aug 15 06:44:39 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jiang Biao X-Patchwork-Id: 9280337 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 98DC260839 for ; Mon, 15 Aug 2016 06:44:48 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 89DE728814 for ; Mon, 15 Aug 2016 06:44:48 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 7ED962883F; Mon, 15 Aug 2016 06:44:48 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.2 required=2.0 tests=BAYES_00, RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id B743B28814 for ; Mon, 15 Aug 2016 06:44:47 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 2AA2B6E37E; Mon, 15 Aug 2016 06:44:47 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from zte.com.cn (unknown [202.103.147.169]) by gabe.freedesktop.org (Postfix) with ESMTP id 43E616E37E for ; Mon, 15 Aug 2016 06:44:44 +0000 (UTC) Received: from mse01.zte.com.cn (unknown [10.30.3.20]) by Websense Email Security Gateway with ESMTP id D6672D8949900; Mon, 15 Aug 2016 14:44:29 +0800 (CST) Received: from notes_smtp.zte.com.cn ([10.30.1.239]) by mse01.zte.com.cn with ESMTP id u7F6iFmH045709; Mon, 15 Aug 2016 14:44:15 +0800 (GMT-8) (envelope-from jiang.biao2@zte.com.cn) X-KeepSent: 51D37E3E:C225E2A3-48258010:0023C58D; type=4; name=$KeepSent Importance: Normal X-Priority: 3 (Normal) Reply-By: Expiry-Date: Subject: [RESEND PATCH] drm/gma500: remove comment for non-existent parameter X-KeepSent: 610F7C7A:F82C16C2-48258010:002418CE; type=4; name=$KeepSent To: dri-devel@lists.freedesktop.org, patrik.r.jakobsson@gmail.com X-Mailer: Lotus Notes Release 8.5.3 September 15, 2011 Message-ID: From: jiang.biao2@zte.com.cn Date: Mon, 15 Aug 2016 14:44:39 +0800 X-MIMETrack: Serialize by Router on notes_smtp/zte_ltd(Release 8.5.3FP6|November 21, 2013) at 2016-08-15 14:44:03 MIME-Version: 1.0 X-MAIL: mse01.zte.com.cn u7F6iFmH045709 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" X-Virus-Scanned: ClamAV using ClamSMTP Remove comment for non-existent parameter in psbfb_alloc(). Signed-off-by: Jiang Biao --- 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(-) -- 2.1.0 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 * is stolen memory backed and life is simple. If there isn't sufficient