Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751408AbdHFUVE (ORCPT ); Sun, 6 Aug 2017 16:21:04 -0400 Received: from mx2.suse.de ([195.135.220.15]:39124 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751345AbdHFUVD (ORCPT ); Sun, 6 Aug 2017 16:21:03 -0400 Date: Sun, 06 Aug 2017 22:21:02 +0200 Message-ID: From: Takashi Iwai To: "Arvind Yadav" Cc: , , , , Subject: Re: [PATCH 0/7] constify ALSA usb_device_id. In-Reply-To: <1502002139-10787-1-git-send-email-arvind.yadav.cs@gmail.com> References: <1502002139-10787-1-git-send-email-arvind.yadav.cs@gmail.com> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 Emacs/25.2 (x86_64-suse-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 719 Lines: 20 On Sun, 06 Aug 2017 08:48:52 +0200, Arvind Yadav wrote: > > 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 (7): > [PATCH 1/7] ALSA: 6fire: constify usb_device_id. > [PATCH 2/7] ALSA: bcd2000: constify usb_device_id. > [PATCH 3/7] ALSA: snd-usb-caiaq: constify usb_device_id. > [PATCH 4/7] ALSA: usb-audio: constify usb_device_id. > [PATCH 5/7] ALSA: ua101: constify usb_device_id. > [PATCH 6/7] ALSA: us122l: constify usb_device_id. > [PATCH 7/7] ALSA: usbusx2y: constify usb_device_id. Applied all seven patches now. Thanks. Takashi