From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755168Ab2GQNyq (ORCPT ); Tue, 17 Jul 2012 09:54:46 -0400 Received: from na3sys009aog105.obsmtp.com ([74.125.149.75]:52949 "EHLO na3sys009aog105.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754965Ab2GQNyn (ORCPT ); Tue, 17 Jul 2012 09:54:43 -0400 Message-ID: <50056E9B.1060509@ti.com> Date: Tue, 17 Jul 2012 19:24:35 +0530 From: Rajendra Nayak User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.20) Gecko/20110805 Thunderbird/3.1.12 MIME-Version: 1.0 To: Rob Herring CC: Mike Turquette , Shawn Guo , Prashant Gaikwad , aletes.xgr@gmail.com, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Archit Taneja , loml , Tony Lindgren , "Cousson, Benoit" Subject: Re: [PATCH] clk: fix compile for OF && !COMMON_CLK References: <1342475161-20402-1-git-send-email-robherring2@gmail.com> <20120717001228.GA28886@gmail.com> <5004C935.4050707@gmail.com> <50056648.6000906@ti.com> <50056CB3.90004@gmail.com> In-Reply-To: <50056CB3.90004@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tuesday 17 July 2012 07:16 PM, Rob Herring wrote: >> So how is this expected to work on platforms (like OMAP) which have >> > CONFIG_OF enabled but not CONFIG_COMMON_CLK? >> > > As I mentioned in my other reply, this really belongs with Shawn's patch > that changes the return value checking from NULL to err values. > ah, I seemed to have missed that. Just had a look at Shawn's patch and that should work for OMAP too. thanks.