From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: Re: [PATCH] ASoC: soc-core: Add support for NULL default register caches Date: Mon, 10 Jan 2011 22:25:06 +0000 Message-ID: <20110110222506.GB5886@opensource.wolfsonmicro.com> References: <1294654256-1012-1-git-send-email-dp@opensource.wolfsonmicro.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from opensource2.wolfsonmicro.com (opensource.wolfsonmicro.com [80.75.67.52]) by alsa0.perex.cz (Postfix) with ESMTP id E1F1624645 for ; Mon, 10 Jan 2011 23:24:50 +0100 (CET) Content-Disposition: inline In-Reply-To: <1294654256-1012-1-git-send-email-dp@opensource.wolfsonmicro.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: alsa-devel-bounces@alsa-project.org Errors-To: alsa-devel-bounces@alsa-project.org To: Dimitris Papastamos Cc: alsa-devel@alsa-project.org, patches@opensource.wolfsonmicro.com, Timur Tabi , Liam Girdwood List-Id: alsa-devel@alsa-project.org On Mon, Jan 10, 2011 at 10:10:56AM +0000, Dimitris Papastamos wrote: > The infrastructure for handling NULL default register maps is already > included in the soc-cache code, just ensure that we don't try to dereference > a NULL pointer while accessing a NULL register cache. > > Signed-off-by: Dimitris Papastamos Applied, thanks.