From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id BE82D1BFA9D for ; Mon, 12 Aug 2013 21:06:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 8871B99749 for ; Mon, 12 Aug 2013 21:05:55 +0000 (UTC) Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Vvn-XGkPoOuF for ; Mon, 12 Aug 2013 21:05:54 +0000 (UTC) Received: from mail-vc0-f175.google.com (mail-vc0-f175.google.com [209.85.220.175]) by fraxinus.osuosl.org (Postfix) with ESMTPS id AE7299901C for ; Mon, 12 Aug 2013 21:05:49 +0000 (UTC) Received: by mail-vc0-f175.google.com with SMTP id ia10so2980900vcb.34 for ; Mon, 12 Aug 2013 14:05:48 -0700 (PDT) From: Lidza Louina Subject: [PATCH 9/9] =?UTF-8?q?staging:=20dgnc:=20fixes=20warning:=20unuse?= =?UTF-8?q?d=20variable=20=E2=80=98buf=E2=80=99?= Date: Mon, 12 Aug 2013 17:05:13 -0400 Message-Id: <1376341513-20578-10-git-send-email-lidza.louina@gmail.com> In-Reply-To: <1376341513-20578-1-git-send-email-lidza.louina@gmail.com> References: <1376341513-20578-1-git-send-email-lidza.louina@gmail.com> MIME-Version: 1.0 List-Id: Linux Driver Project Developer List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: driverdev-devel-bounces@linuxdriverproject.org Sender: driverdev-devel-bounces@linuxdriverproject.org To: driverdev-devel@linuxdriverproject.org, Greg KH , Mark Hounschell Cc: Lidza Louina Signed-off-by: Lidza Louina --- drivers/staging/dgnc/dgnc_tty.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/dgnc/dgnc_tty.c b/drivers/staging/dgnc/dgnc_tty.c index 299453f..f155c8f 100644 --- a/drivers/staging/dgnc/dgnc_tty.c +++ b/drivers/staging/dgnc/dgnc_tty.c @@ -683,7 +683,6 @@ void dgnc_input(struct channel_t *ch) int flip_len; int len = 0; int n = 0; - char *buf = NULL; int s = 0; int i = 0; -- 1.8.1.2 _______________________________________________ devel mailing list devel@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel