From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751869AbdJPIwv (ORCPT ); Mon, 16 Oct 2017 04:52:51 -0400 Received: from mx2.suse.de ([195.135.220.15]:46684 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750914AbdJPIwu (ORCPT ); Mon, 16 Oct 2017 04:52:50 -0400 Date: Mon, 16 Oct 2017 10:52:48 +0200 Message-ID: From: Takashi Iwai To: "Bhumika Goyal" Cc: , , , Subject: Re: [PATCH 0/2] sound: oss: make the function argument and structure const In-Reply-To: <1507914993-6015-1-git-send-email-bhumirks@gmail.com> References: <1507914993-6015-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.3 (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 Fri, 13 Oct 2017 19:16:31 +0200, Bhumika Goyal wrote: > > Make the function argument of function sound_install_audiodrv const. > After this change, make the structures audio_driver const as they are > only passed to the const argument (made const in Patch[1/2]) > of the function sound_install_audiodrv . > > Bhumika Goyal (2): > sound: oss: make the function argument as const > sound: oss: make audio_driver structure const The OSS code is already disabled in Kconfig and will be dropped soon, so please don't touch it. thanks, Takashi > > sound/oss/dev_table.c | 2 +- > sound/oss/dev_table.h | 2 +- > sound/oss/pas2_pcm.c | 2 +- > sound/oss/waveartist.c | 2 +- > 4 files changed, 4 insertions(+), 4 deletions(-) > > -- > 1.9.1 > >