From patchwork Thu Aug 17 11:38:22 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arvind Yadav X-Patchwork-Id: 9905807 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 BA995603FB for ; Thu, 17 Aug 2017 11:43:08 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id A36AA28ADB for ; Thu, 17 Aug 2017 11:43:08 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 9892728AE0; Thu, 17 Aug 2017 11:43:08 +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.8 required=2.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED,FREEMAIL_FROM,RCVD_IN_DNSWL_HI,RCVD_IN_SORBS_SPAM, RCVD_IN_SORBS_WEB,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 3F17D28AE2 for ; Thu, 17 Aug 2017 11:43:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752706AbdHQLkE (ORCPT ); Thu, 17 Aug 2017 07:40:04 -0400 Received: from mail-pg0-f66.google.com ([74.125.83.66]:35866 "EHLO mail-pg0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752701AbdHQLkB (ORCPT ); Thu, 17 Aug 2017 07:40:01 -0400 Received: by mail-pg0-f66.google.com with SMTP id y129so9476921pgy.3; Thu, 17 Aug 2017 04:40:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=H9J7s5D7aNhTfW7pNWbtP7VBmpJXqLPkqK4RdL/9z8Q=; b=KM6skqRHlM/dUovF7SrWgiFikFybeqKTYP/qFlPcspaw95mWRpIR2cVn+3j1i4GdeS xbSzI+R+hYd7FicuHzU+NSWI8TgWFzPZIxOC82LJjqCKFVhgAD4Jzg0fDihUwKMo52Ri TheMlIv133aQ4aJeuEu27xnxEs88PDECbmw0zHTye6td+3opifJl3+6R/tX/bWvr4CvG VBLXEZPP0HV3iys5+8H7p8cfZUtei9wxBb5BwybMtA2/Nqchw21CxNEer90ucgLnlMSZ 4n9UTCgS1tNSCAE4YZrsiLguIPzaKKq0KXBn86NqTKJJGfhdjRtn5bKkaV8wI00MyXI9 se3w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=H9J7s5D7aNhTfW7pNWbtP7VBmpJXqLPkqK4RdL/9z8Q=; b=EdudlXfkCx5pAoRQ8dxeSck1y9XSwcK39jFSKVdE+wXdMZyjNN5QJrsCMWKm+h1crj NtxtMZMsPd2z7yrSdqhm9vwB+BWRxUIxm7O7PJ5VJI08VOWIceITJy5UGRYHMu0B5qyw slli/jkqORanSFeek5zXpZcV9zlETiixdCL8zPfiCqaugxM8GU8wc3HPVqmNbRiuhCgn fbkyFJGC0wDCkPkWp1yj6t2EcA+6IiqFJD9xh6gOeN5jG8VU+6ZlXx2roXg6BuwEgipV ShsjP2a1vUpK9G7mJdr/6CvuifhB7u+eWg5JtVbEc24p5m3EdD5B9Efj3bLSADhMXN19 9B7Q== X-Gm-Message-State: AHYfb5h5xW0zGwW5jkw066H50vqHxO/pi2kIzFfh0Zw9Cpr4dfSrnKPN xds0YHNnQKCBHqDA X-Received: by 10.98.24.202 with SMTP id 193mr4979942pfy.304.1502970000506; Thu, 17 Aug 2017 04:40:00 -0700 (PDT) Received: from localhost.localdomain ([103.16.68.76]) by smtp.gmail.com with ESMTPSA id r86sm7762371pfi.161.2017.08.17.04.39.58 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 17 Aug 2017 04:40:00 -0700 (PDT) From: Arvind Yadav To: dmitry.torokhov@gmail.com Cc: linux-kernel@vger.kernel.org, linux-input@vger.kernel.org Subject: [PATCH 21/30] Input: gunze: constify serio_device_id Date: Thu, 17 Aug 2017 17:08:22 +0530 Message-Id: <1502969911-25408-22-git-send-email-arvind.yadav.cs@gmail.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1502969911-25408-1-git-send-email-arvind.yadav.cs@gmail.com> References: <1502969911-25408-1-git-send-email-arvind.yadav.cs@gmail.com> Sender: linux-input-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP serio_device_id are not supposed to change at runtime. All functions working with serio_device_id provided by work with const serio_device_id. So mark the non-const structs as const. Signed-off-by: Arvind Yadav --- drivers/input/touchscreen/gunze.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/input/touchscreen/gunze.c b/drivers/input/touchscreen/gunze.c index e2ee626..4815869 100644 --- a/drivers/input/touchscreen/gunze.c +++ b/drivers/input/touchscreen/gunze.c @@ -162,7 +162,7 @@ static int gunze_connect(struct serio *serio, struct serio_driver *drv) * The serio driver structure. */ -static struct serio_device_id gunze_serio_ids[] = { +static const struct serio_device_id gunze_serio_ids[] = { { .type = SERIO_RS232, .proto = SERIO_GUNZE,