Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751247AbdGPJdF (ORCPT ); Sun, 16 Jul 2017 05:33:05 -0400 Received: from mail-pf0-f193.google.com ([209.85.192.193]:36527 "EHLO mail-pf0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751048AbdGPJdD (ORCPT ); Sun, 16 Jul 2017 05:33:03 -0400 From: Arvind Yadav To: 3chas3@gmail.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, linux-atm-general@lists.sourceforge.net Subject: [PATCH 00/12] constify atm pci_device_id. Date: Sun, 16 Jul 2017 15:02:28 +0530 Message-Id: <1500197560-14623-1-git-send-email-arvind.yadav.cs@gmail.com> X-Mailer: git-send-email 2.7.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1315 Lines: 34 pci_device_id are not supposed to change at runtime. All functions working with pci_device_id provided by work with const pci_device_id. So mark the non-const structs as const. Arvind Yadav (12): [PATCH 01/12] atm: iphase: constify pci_device_id. [PATCH 02/12] atm: ambassador: constify pci_device_id. [PATCH 03/12] atm: fore200e: constify pci_device_id. [PATCH 04/12] atm: nicstar: constify pci_device_id. [PATCH 05/12] atm: he: constify pci_device_id. [PATCH 06/12] atm: horizon: constify pci_device_id. [PATCH 07/12] atm: solos-pci: constify pci_device_id. [PATCH 08/12] atm: lanai: constify pci_device_id. [PATCH 09/12] atm: zatm: constify pci_device_id. [PATCH 10/12] atm: firestream: constify pci_device_id. [PATCH 11/12] atm: eni: constify pci_device_id. [PATCH 12/12] atm: idt77252: constify pci_device_id. drivers/atm/ambassador.c | 2 +- drivers/atm/eni.c | 2 +- drivers/atm/firestream.c | 2 +- drivers/atm/fore200e.c | 2 +- drivers/atm/he.c | 2 +- drivers/atm/horizon.c | 2 +- drivers/atm/idt77252.c | 2 +- drivers/atm/iphase.c | 2 +- drivers/atm/lanai.c | 2 +- drivers/atm/nicstar.c | 2 +- drivers/atm/solos-pci.c | 2 +- drivers/atm/zatm.c | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) -- 2.7.4