From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752572AbdHOMGE (ORCPT ); Tue, 15 Aug 2017 08:06:04 -0400 Received: from mx2.suse.de ([195.135.220.15]:51203 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751548AbdHOMGD (ORCPT ); Tue, 15 Aug 2017 08:06:03 -0400 Date: Tue, 15 Aug 2017 14:06:01 +0200 Message-ID: From: Takashi Iwai To: "Julia Lawall" Cc: "Clemens Ladisch" , , , "Jaroslav Kysela" , , Subject: Re: [PATCH 3/3] ALSA: firewire-motu: constify snd_rawmidi_ops structures In-Reply-To: <1502784594-14670-3-git-send-email-Julia.Lawall@lip6.fr> References: <1502784594-14670-3-git-send-email-Julia.Lawall@lip6.fr> 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 On Tue, 15 Aug 2017 10:09:54 +0200, Julia Lawall wrote: > > These snd_rawmidi_ops structures are only passed as the third > argument of snd_rawmidi_set_ops. This argument is const, so the > snd_rawmidi_ops structures can be const too. > > Done with the help of Coccinelle. > > Signed-off-by: Julia Lawall Thanks, applied now. Takashi