From patchwork Thu Aug 17 11:38:27 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arvind Yadav X-Patchwork-Id: 9905793 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 322386024A for ; Thu, 17 Aug 2017 11:41:24 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 1889828ADB for ; Thu, 17 Aug 2017 11:41:24 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 0D6EE28AE2; Thu, 17 Aug 2017 11:41:24 +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 BACA928ADB for ; Thu, 17 Aug 2017 11:41:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752908AbdHQLlW (ORCPT ); Thu, 17 Aug 2017 07:41:22 -0400 Received: from mail-pg0-f66.google.com ([74.125.83.66]:33029 "EHLO mail-pg0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752766AbdHQLkK (ORCPT ); Thu, 17 Aug 2017 07:40:10 -0400 Received: by mail-pg0-f66.google.com with SMTP id u185so9487782pgb.0; Thu, 17 Aug 2017 04:40:10 -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=jIaynHKtVehrdmg8nKcD0X24aTuV5zEI2BLTcgpNQX4=; b=Njy75MiYg+R9aCKifbPE6SKq3FuQlYEf5G5JFoYsydJlvtQ0ucLurlRrpIsCzGskoj b9R6Wr3uh0n7lHvcdx1W7iKp5+mA0Kg5fjumryximILsZRZu7nzyXvMLkMypzB7g9Sds 3uqseAkntEydmuM69GidDBtGRge814HhWONZGOSvcowSMw7ptVX1wAiDEdJ5CfefbAD6 iO04i4v/f2YD93X4Ve0qbMd55XloZ+mY2dCNhLdvWwfqvfobJebFbyJm6N176hvpFW7H f60E16CiApElYWiK5/zqtjrLGh9hz84v/z+ITnYdSI6cMxernN5r9LlP+USGitj80hRd sB+w== 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=jIaynHKtVehrdmg8nKcD0X24aTuV5zEI2BLTcgpNQX4=; b=p+7yKfJENAY3M0dPaeVzRojahhX9jwuw4JILHivg5728ePmtjRUpeI98jId9YRbRsX HjMXoTW5J0exicpw5uvuFO+ya5QAlKA+NZYBrKepeL2lGTi8pyra107zEFyRCeIxcBSn NBIXEX/3PNLpJIewDHU+I0ePwe2ypa2Kz86S1XOB0dstr7zQ7lnupzczGIKYu6dDWdX2 ggouekKSr9lrFZPLNxjNEUI2FyCQgZpIGEU1jph5DuR3qch4h+hPpEgir6Bh48XMPn4h BMhdUs4WFp95qsgwUsAoTF5Kc0Gpn3i8WAEdW53rilc1dlzT4IKMO2CF/6NMElB6X8ej s1Nw== X-Gm-Message-State: AHYfb5j7fmzMCVYtD3lG54sHK5rZWTuIn+tvvQeCVxYqtSX3Rvi7pa5b 9kiMgLZ3n+Y1dw== X-Received: by 10.84.132.73 with SMTP id 67mr5337885ple.53.1502970009874; Thu, 17 Aug 2017 04:40:09 -0700 (PDT) Received: from localhost.localdomain ([103.16.68.76]) by smtp.gmail.com with ESMTPSA id r86sm7762371pfi.161.2017.08.17.04.40.08 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 17 Aug 2017 04:40:09 -0700 (PDT) From: Arvind Yadav To: dmitry.torokhov@gmail.com Cc: linux-kernel@vger.kernel.org, linux-input@vger.kernel.org Subject: [PATCH 26/30] Input: touchit213: constify serio_device_id Date: Thu, 17 Aug 2017 17:08:27 +0530 Message-Id: <1502969911-25408-27-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/touchit213.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/input/touchscreen/touchit213.c b/drivers/input/touchscreen/touchit213.c index c27cf8f..98a1669 100644 --- a/drivers/input/touchscreen/touchit213.c +++ b/drivers/input/touchscreen/touchit213.c @@ -192,7 +192,7 @@ static int touchit213_connect(struct serio *serio, struct serio_driver *drv) * The serio driver structure. */ -static struct serio_device_id touchit213_serio_ids[] = { +static const struct serio_device_id touchit213_serio_ids[] = { { .type = SERIO_RS232, .proto = SERIO_TOUCHIT213,