From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756560Ab0GAOgm (ORCPT ); Thu, 1 Jul 2010 10:36:42 -0400 Received: from opensource.wolfsonmicro.com ([80.75.67.52]:46739 "EHLO opensource2.wolfsonmicro.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1756533Ab0GAOgk (ORCPT ); Thu, 1 Jul 2010 10:36:40 -0400 Date: Thu, 1 Jul 2010 15:36:38 +0100 From: Mark Brown To: Raffaele Recalcati Cc: davinci-linux-open-source@linux.davincidsp.com, Raffaele Recalcati , Davide Bonfanti , Russell King , Chaithrika U S , Troy Kisky , Liam Girdwood , Jaroslav Kysela , Takashi Iwai , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, alsa-devel@alsa-project.org Subject: Re: [PATCH 2/3] ASoC: DaVinci: Added selection of clk input pin for McBSP Message-ID: <20100701143638.GD8742@rakim.wolfsonmicro.main> References: <1277905678-4695-1-git-send-email-lamiaposta71@gmail.com> <1277905678-4695-3-git-send-email-lamiaposta71@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1277905678-4695-3-git-send-email-lamiaposta71@gmail.com> X-Cookie: Sign my PETITION. User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jun 30, 2010 at 03:47:57PM +0200, Raffaele Recalcati wrote: > + /* To be used when cpu gets clock from external pin */ > + int clk_input_pin; > + As previously indicated please say how to use this. > + default: > + printk(KERN_ERR "%s:bad clk_input_pin\n", __func__); Use dev_err().