Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752630AbdHIRoa (ORCPT ); Wed, 9 Aug 2017 13:44:30 -0400 Received: from mail-pg0-f68.google.com ([74.125.83.68]:33781 "EHLO mail-pg0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752513AbdHIRo2 (ORCPT ); Wed, 9 Aug 2017 13:44:28 -0400 From: Arvind Yadav To: duncan.sands@free.fr, gregkh@linuxfoundation.org Cc: linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 0/3] constify usb usb_device_id Date: Wed, 9 Aug 2017 23:14:15 +0530 Message-Id: <1502300657-26674-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: 528 Lines: 16 usb_device_id are not supposed to change at runtime. All functions working with usb_device_id provided by work with const usb_device_id. So mark the non-const structs as const. Arvind Yadav (3): [PATCH 1/3] usb: speedtch: constify usb_device_id [PATCH 2/3] usb: hwa-hc: constify usb_device_id [PATCH 3/3] usb: yurex: constify usb_device_id drivers/usb/atm/speedtch.c | 2 +- drivers/usb/host/hwa-hc.c | 2 +- drivers/usb/misc/yurex.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) -- 2.7.4