From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752446AbdJMRQl (ORCPT ); Fri, 13 Oct 2017 13:16:41 -0400 Received: from mail-wr0-f193.google.com ([209.85.128.193]:32912 "EHLO mail-wr0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751542AbdJMRQj (ORCPT ); Fri, 13 Oct 2017 13:16:39 -0400 X-Google-Smtp-Source: AOwi7QC/ZsKWgFf6YSsfsWR4R1UEKdMpqiLACFrZ21a7/bDgoui9ShvfpBGe6Pbv3IyRq9/LkQamew== From: Bhumika Goyal To: julia.lawall@lip6.fr, perex@perex.cz, tiwai@suse.com, alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org Cc: Bhumika Goyal Subject: [PATCH 0/2] sound: oss: make the function argument and structure const Date: Fri, 13 Oct 2017 19:16:31 +0200 Message-Id: <1507914993-6015-1-git-send-email-bhumirks@gmail.com> X-Mailer: git-send-email 1.9.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 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