From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx0b-001ae601.pphosted.com (mx0a-001ae601.pphosted.com [67.231.149.25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3xWlnq3tyNzDrJV for ; Tue, 15 Aug 2017 18:22:06 +1000 (AEST) Date: Tue, 15 Aug 2017 09:11:43 +0100 From: Charles Keepax To: Bhumika Goyal CC: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , Subject: Re: [PATCH 01/11] ASoC: codecs: make snd_soc_platform_driver const Message-ID: <20170815081143.cpkronjaqjo5ike5@localhost.localdomain> References: <1502710730-18912-1-git-send-email-bhumirks@gmail.com> <1502710730-18912-2-git-send-email-bhumirks@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" In-Reply-To: <1502710730-18912-2-git-send-email-bhumirks@gmail.com> List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Mon, Aug 14, 2017 at 05:08:40PM +0530, Bhumika Goyal wrote: > Make these const as they are either passed as the 2nd argument to the > function devm_snd_soc_register_platform or snd_soc_register_platform, > and the arguments are of type const. > Done using Coccinelle. > > Signed-off-by: Bhumika Goyal > --- For the Wolfson bits: Acked-by: Charles Keepax Thanks, Charles