Message ID | 1316410529-14744-2-git-send-email-manjunath.hadli@ti.com (mailing list archive) |
---|---|
State | Accepted, archived |
Headers |
Received: from mail.tu-berlin.de ([130.149.7.33]) by www.linuxtv.org with esmtp (Exim 4.72) (envelope-from <linux-media-owner@vger.kernel.org>) id 1R5WW9-0004MA-Sx; Mon, 19 Sep 2011 07:35:46 +0200 X-tubIT-Incoming-IP: 209.132.180.67 Received: from vger.kernel.org ([209.132.180.67]) by mail.tu-berlin.de (exim-4.75/mailfrontend-4) with esmtp id 1R5WW9-0005Xy-AN; Mon, 19 Sep 2011 07:35:45 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751376Ab1ISFfl (ORCPT <rfc822;patchwork@linuxtv.org> + 5 others); Mon, 19 Sep 2011 01:35:41 -0400 Received: from arroyo.ext.ti.com ([192.94.94.40]:51070 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751125Ab1ISFfj (ORCPT <rfc822;linux-media@vger.kernel.org>); Mon, 19 Sep 2011 01:35:39 -0400 Received: from dbdp20.itg.ti.com ([172.24.170.38]) by arroyo.ext.ti.com (8.13.7/8.13.7) with ESMTP id p8J5ZaSe027583 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for <linux-media@vger.kernel.org>; Mon, 19 Sep 2011 00:35:38 -0500 Received: from dbde71.ent.ti.com (localhost [127.0.0.1]) by dbdp20.itg.ti.com (8.13.8/8.13.8) with ESMTP id p8J5ZWWP011919; Mon, 19 Sep 2011 11:05:32 +0530 (IST) Received: from dbdp31.itg.ti.com (172.24.170.98) by DBDE71.ent.ti.com (172.24.170.149) with Microsoft SMTP Server id 8.3.106.1; Mon, 19 Sep 2011 11:05:32 +0530 Received: from psplinux051.india.ti.com (psplinux051.india.ti.com [172.24.162.244]) by dbdp31.itg.ti.com (8.13.8/8.13.8) with ESMTP id p8J5ZUZB015905; Mon, 19 Sep 2011 11:05:31 +0530 (IST) Received: from psplinux051.india.ti.com (localhost [127.0.0.1]) by psplinux051.india.ti.com (8.13.1/8.13.1) with ESMTP id p8J5ZUM6014785; Mon, 19 Sep 2011 11:05:30 +0530 Received: (from x0144960@localhost) by psplinux051.india.ti.com (8.13.1/8.13.1/Submit) id p8J5ZUwj014782; Mon, 19 Sep 2011 11:05:30 +0530 From: Manjunath Hadli <manjunath.hadli@ti.com> To: LMML <linux-media@vger.kernel.org> CC: dlos <davinci-linux-open-source@linux.davincidsp.com>, Manjunath Hadli <manjunath.hadli@ti.com> Subject: [PATCH RESEND 1/4] davinci vpbe: remove unused macro. Date: Mon, 19 Sep 2011 11:05:26 +0530 Message-ID: <1316410529-14744-2-git-send-email-manjunath.hadli@ti.com> X-Mailer: git-send-email 1.6.2.4 In-Reply-To: <1316410529-14744-1-git-send-email-manjunath.hadli@ti.com> References: <1316410529-14744-1-git-send-email-manjunath.hadli@ti.com> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: <linux-media.vger.kernel.org> X-Mailing-List: linux-media@vger.kernel.org X-PMX-Version: 5.6.1.2065439, Antispam-Engine: 2.7.2.376379, Antispam-Data: 2011.9.19.52714 X-PMX-Spam: Gauge=IIIIIIII, Probability=8%, Report=' MULTIPLE_RCPTS 0.1, MSGID_ADDED_BY_MTA 0.05, BODYTEXTP_SIZE_3000_LESS 0, BODY_SIZE_1000_LESS 0, BODY_SIZE_2000_LESS 0, BODY_SIZE_5000_LESS 0, BODY_SIZE_7000_LESS 0, BODY_SIZE_800_899 0, __ANY_URI 0, __CP_MEDIA_BODY 0, __CP_URI_IN_BODY 0, __CT 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __HAS_X_MAILER 0, __HAS_X_MAILING_LIST 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __MULTIPLE_RCPTS_CC_X2 0, __SANE_MSGID 0, __TO_MALFORMED_2 0, __URI_NO_WWW 0, __URI_NS ' X-LSpam-Score: 1.0 (+) X-LSpam-Report: No, score=1.0 required=5.0 tests=BAYES_00=-1.9, KB_DATE_CONTAINS_TAB=2.751, RCVD_IN_DNSWL_MED=-2.3, TAB_IN_FROM=2.494 autolearn=no |
Commit Message
Manjunath Hadli
Sept. 19, 2011, 5:35 a.m. UTC
remove VPBE_DISPLAY_SD_BUF_SIZE as it is no longer used.
Signed-off-by: Manjunath Hadli <manjunath.hadli@ti.com>
---
drivers/media/video/davinci/vpbe_display.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
Comments
Em 19-09-2011 02:35, Manjunath Hadli escreveu: > remove VPBE_DISPLAY_SD_BUF_SIZE as it is no longer used. > > Signed-off-by: Manjunath Hadli <manjunath.hadli@ti.com> > --- > drivers/media/video/davinci/vpbe_display.c | 1 - > 1 files changed, 0 insertions(+), 1 deletions(-) > > diff --git a/drivers/media/video/davinci/vpbe_display.c b/drivers/media/video/davinci/vpbe_display.c > index ae7add1..09a659e 100644 > --- a/drivers/media/video/davinci/vpbe_display.c > +++ b/drivers/media/video/davinci/vpbe_display.c > @@ -43,7 +43,6 @@ > > static int debug; > > -#define VPBE_DISPLAY_SD_BUF_SIZE (720*576*2) > #define VPBE_DEFAULT_NUM_BUFS 3 > > module_param(debug, int, 0644); This is really trivial. I won't wait for your pull request to merge this one ;) Thanks, Mauro -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On Sat, Sep 24, 2011 at 05:04:26, Mauro Carvalho Chehab wrote: > Em 19-09-2011 02:35, Manjunath Hadli escreveu: > > remove VPBE_DISPLAY_SD_BUF_SIZE as it is no longer used. > > > > Signed-off-by: Manjunath Hadli <manjunath.hadli@ti.com> > > --- > > drivers/media/video/davinci/vpbe_display.c | 1 - > > 1 files changed, 0 insertions(+), 1 deletions(-) > > > > diff --git a/drivers/media/video/davinci/vpbe_display.c > > b/drivers/media/video/davinci/vpbe_display.c > > index ae7add1..09a659e 100644 > > --- a/drivers/media/video/davinci/vpbe_display.c > > +++ b/drivers/media/video/davinci/vpbe_display.c > > @@ -43,7 +43,6 @@ > > > > static int debug; > > > > -#define VPBE_DISPLAY_SD_BUF_SIZE (720*576*2) #define > > VPBE_DEFAULT_NUM_BUFS 3 > > > > module_param(debug, int, 0644); > > This is really trivial. I won't wait for your pull request to merge this one ;) Thank you Mauro. > > Thanks, > Mauro > Thx, -Manju -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/drivers/media/video/davinci/vpbe_display.c b/drivers/media/video/davinci/vpbe_display.c index ae7add1..09a659e 100644 --- a/drivers/media/video/davinci/vpbe_display.c +++ b/drivers/media/video/davinci/vpbe_display.c @@ -43,7 +43,6 @@ static int debug; -#define VPBE_DISPLAY_SD_BUF_SIZE (720*576*2) #define VPBE_DEFAULT_NUM_BUFS 3 module_param(debug, int, 0644);