From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751886AbdBSMSF (ORCPT ); Sun, 19 Feb 2017 07:18:05 -0500 Received: from mx2.suse.de ([195.135.220.15]:52165 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751438AbdBSMSD (ORCPT ); Sun, 19 Feb 2017 07:18:03 -0500 Date: Sun, 19 Feb 2017 13:18:00 +0100 Message-ID: From: Takashi Iwai To: "Bhumika Goyal" Cc: , , , Subject: Re: [PATCH] ASLA: emu10k1: constify snd_emux_operators structure In-Reply-To: <1487499690-32683-1-git-send-email-bhumirks@gmail.com> References: <1487499690-32683-1-git-send-email-bhumirks@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.1 (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 Sun, 19 Feb 2017 11:21:30 +0100, Bhumika Goyal wrote: > > Declare snd_emux_operators structure as const as it is only copied into > another structure. So, snd_emux_operators structures having this property > can be made const. > > Signed-off-by: Bhumika Goyal Applied now (with a typo fix in the subject :) thanks, Takashi