From patchwork Thu Aug 17 11:38:29 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arvind Yadav X-Patchwork-Id: 9905783 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 244D86024A for ; Thu, 17 Aug 2017 11:40:48 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 09A2828ADB for ; Thu, 17 Aug 2017 11:40:48 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id F2B3C28AE2; Thu, 17 Aug 2017 11:40:47 +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 9C3FD28ADB for ; Thu, 17 Aug 2017 11:40:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752788AbdHQLkq (ORCPT ); Thu, 17 Aug 2017 07:40:46 -0400 Received: from mail-pg0-f67.google.com ([74.125.83.67]:38524 "EHLO mail-pg0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752787AbdHQLkO (ORCPT ); Thu, 17 Aug 2017 07:40:14 -0400 Received: by mail-pg0-f67.google.com with SMTP id 123so9450339pga.5; Thu, 17 Aug 2017 04:40:14 -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=36yMWEuxXzVKFVOS4Xeos6oeIRfu5Ad7AiDpWUmIGdY=; b=YCumyWpEpELqUUxd63Z80bfOPXEcctBiH0ak1CEMAGyGK5UuikqXm3/OXE+mR9d6xc 9WGOKa5DM5rbDvLvwKiRdKq9C5ZE1uBIz5JI3JGz+C14CzAiqPV7pdnwiR1RTPHK0fNv qPdZTTNZQS64KjHGQF5K6XiGCXEfDsBizTygf6dTjdznXZWMTaaLMMQNoKdS+S00agGa Lts09d/Hd4dKHLZR6oRRyLgpEFZlkn8n+Rqe4pISGYlDSQq/fE6pJiteB6lSczS/rzP+ pqcty7BNQpqZDFnebr1/L7yq3cPJcN8eMPZKM3vVuIrTcIMKcb23+kpUITHtJ4/oMgTZ syJw== 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=36yMWEuxXzVKFVOS4Xeos6oeIRfu5Ad7AiDpWUmIGdY=; b=udFTJkdYNpTpQf3ZPYxqxmd+TjWSl1TMFzcJB9MvcoEQSCEgUjUXcgtjc/5xAvWNGh +vugq8tuyUHlRx8hJC20naKG/B4it75B7CvkHd/dQcYoAVzop2ibjyl51M32xOmFmVyS 6v4ifK+obawWa4nd4mX9c/X/QbcUBoeCITG0ReWcfb0KG7xaQwHsop2fLWGviz6wI1ah jhSbIH2M0AVd24YNdcjHny8X9BLs/C9G8Ygq27RpAGuNABchTsDLWJxxxnBdcWuaNvmc onS26zf6yUfDv/xUrL4J6mn/COZTJD/uZ/lhSNNd6XbfKjtSURM2/+fVn56mlFWthyFA K0Ng== X-Gm-Message-State: AHYfb5gclSSzNsx88Ljo/tMLYFNimHe43bY8aYK3TFm5NCE6+tIMvkSD OAXlKXuchZ5WWA== X-Received: by 10.84.193.101 with SMTP id e92mr5429110pld.209.1502970013940; Thu, 17 Aug 2017 04:40:13 -0700 (PDT) Received: from localhost.localdomain ([103.16.68.76]) by smtp.gmail.com with ESMTPSA id r86sm7762371pfi.161.2017.08.17.04.40.12 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 17 Aug 2017 04:40:13 -0700 (PDT) From: Arvind Yadav To: dmitry.torokhov@gmail.com Cc: linux-kernel@vger.kernel.org, linux-input@vger.kernel.org Subject: [PATCH 28/30] Input: touchwin: constify serio_device_id Date: Thu, 17 Aug 2017 17:08:29 +0530 Message-Id: <1502969911-25408-29-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/touchwin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/input/touchscreen/touchwin.c b/drivers/input/touchscreen/touchwin.c index ba90f44..2ba6b4c 100644 --- a/drivers/input/touchscreen/touchwin.c +++ b/drivers/input/touchscreen/touchwin.c @@ -159,7 +159,7 @@ static int tw_connect(struct serio *serio, struct serio_driver *drv) * The serio driver structure. */ -static struct serio_device_id tw_serio_ids[] = { +static const struct serio_device_id tw_serio_ids[] = { { .type = SERIO_RS232, .proto = SERIO_TOUCHWIN,