From patchwork Sat Nov 3 22:02:29 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Lee Jones X-Patchwork-Id: 12659 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id A3AA523FBB for ; Sat, 3 Nov 2012 22:03:00 +0000 (UTC) Received: from mail-da0-f52.google.com (mail-da0-f52.google.com [209.85.210.52]) by fiordland.canonical.com (Postfix) with ESMTP id 366F0A18D05 for ; Sat, 3 Nov 2012 22:03:00 +0000 (UTC) Received: by mail-da0-f52.google.com with SMTP id f10so2036033dak.11 for ; Sat, 03 Nov 2012 15:02:59 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-forwarded-to:x-forwarded-for:delivered-to:received-spf:from:to:cc :subject:date:message-id:x-mailer:in-reply-to:references :mime-version:content-type:content-transfer-encoding :x-gm-message-state; bh=3b6Z2bMqJYArWcBKY7OArX4yIYdjTtK2zGDzXJIpw+c=; b=TuHEYnYl/457jfVkc+4vKBJ4u7ZH3DKTM2UYkkIujoOodnLh1iE+pVEFxpjwWnYH+S bfu0fdHxFkVDvexyHj0WvsbxmlHGUJ44JAKiLFAR18mETt3401w8/ytZVXt2RIxGsgMZ kv+jTRQfxKnppdPX/XLloFHWYcPC9Or/k7+AQdgQGNXm67Dzn6HUDPUAH6EEf400Pj9J fOEBLC4YW31GVAf8BKYZXT2K927S0/d7ihoNn7mD0FcK2+0GIZTwdkCK0xS6NR7KE0Ca Ai+1gfAKMQZH+L0lnn6cf8LR/fIds5ZjMMIVj3Cn/Y61AlFLO2hVsjam5p7krSM3PZmb qvog== Received: by 10.68.232.163 with SMTP id tp3mr18242746pbc.44.1351980179946; Sat, 03 Nov 2012 15:02:59 -0700 (PDT) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.68.34.137 with SMTP id z9csp94652pbi; Sat, 3 Nov 2012 15:02:59 -0700 (PDT) Received: by 10.14.203.3 with SMTP id e3mr20429065eeo.35.1351980178404; Sat, 03 Nov 2012 15:02:58 -0700 (PDT) Received: from mail-ee0-f47.google.com (mail-ee0-f47.google.com [74.125.83.47]) by mx.google.com with ESMTPS id v44si14255574een.43.2012.11.03.15.02.57 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 03 Nov 2012 15:02:58 -0700 (PDT) Received-SPF: neutral (google.com: 74.125.83.47 is neither permitted nor denied by best guess record for domain of lee.jones@linaro.org) client-ip=74.125.83.47; Authentication-Results: mx.google.com; spf=neutral (google.com: 74.125.83.47 is neither permitted nor denied by best guess record for domain of lee.jones@linaro.org) smtp.mail=lee.jones@linaro.org Received: by mail-ee0-f47.google.com with SMTP id t10so2518523eei.34 for ; Sat, 03 Nov 2012 15:02:57 -0700 (PDT) Received: by 10.14.173.195 with SMTP id v43mr20119479eel.39.1351980177703; Sat, 03 Nov 2012 15:02:57 -0700 (PDT) Received: from localhost.localdomain (88.Red-2-139-206.staticIP.rima-tde.net. [2.139.206.88]) by mx.google.com with ESMTPS id d44sm34844369eeo.10.2012.11.03.15.02.56 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 03 Nov 2012 15:02:57 -0700 (PDT) From: Lee Jones To: linux-kernel@vger.kernel.org Cc: Lee Jones , Karsten Keil , netdev@vger.kernel.org Subject: [PATCH 8/9] isdn: Remove unused variable causing a compile build warning Date: Sat, 3 Nov 2012 23:02:29 +0100 Message-Id: <1351980150-24145-9-git-send-email-lee.jones@linaro.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1351980150-24145-1-git-send-email-lee.jones@linaro.org> References: <1351980150-24145-1-git-send-email-lee.jones@linaro.org> MIME-Version: 1.0 X-Gm-Message-State: ALoCoQm8y8F4yLzKO1cbzqgqnHGK3ZAvVrOmk6xylXQy4NKQt/aQGWCduvEL8WYXVZgZTBAjAzZq This patch fixes: drivers/isdn/i4l/isdn_common.c: In function ‘isdn_ioctl’: drivers/isdn/i4l/isdn_common.c:1278:8: warning: unused variable ‘s’ [-Wunused-variable] Cc: Karsten Keil Cc: netdev@vger.kernel.org Signed-off-by: Lee Jones --- drivers/isdn/i4l/isdn_common.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/isdn/i4l/isdn_common.c b/drivers/isdn/i4l/isdn_common.c index 8c610fa..fb90d40 100644 --- a/drivers/isdn/i4l/isdn_common.c +++ b/drivers/isdn/i4l/isdn_common.c @@ -1275,7 +1275,6 @@ isdn_ioctl(struct file *file, uint cmd, ulong arg) int ret; int i; char __user *p; - char *s; union iocpar { char name[10]; char bname[22];