Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932471AbcK1Jds (ORCPT ); Mon, 28 Nov 2016 04:33:48 -0500 Received: from mx-rz-2.rrze.uni-erlangen.de ([131.188.11.21]:53454 "EHLO mx-rz-2.rrze.uni-erlangen.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932283AbcK1Jdi (ORCPT ); Mon, 28 Nov 2016 04:33:38 -0500 X-RRZE-Flag: Not-Spam X-RRZE-Submit-IP: 2001:638:a000:4142::ff10:d304 Subject: Re: [PATCH v3] cpufreq: brcmstb-cpufreq: CPUfreq driver for older Broadcom STB SoCs To: Markus Mayer References: <5995ce7b-6a00-8944-a8b9-b256abf4d92e@fau.de> Cc: linux-kernel , linux-pm@vger.kernel.org From: Andreas Ziegler Message-ID: <19fea35d-98de-2367-96c8-101d34aa93d8@fau.de> Date: Mon, 28 Nov 2016 10:33:28 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <5995ce7b-6a00-8944-a8b9-b256abf4d92e@fau.de> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 894 Lines: 22 Forgot to CC linux-kernel and linux-pm in my first message. On 11/28/2016 10:28, Andreas Ziegler wrote: > Hi Markus, > > your patch "cpufreq: brcmstb-cpufreq: CPUfreq driver for older Broadcom STB > SoCs" showed up in linux-next today, and I noticed a small error in it. > > In drivers/cpufreq/brcmstb-cpufreq.c, line 214 there is an IS_ENABLED() > statement with CONFIG_ARM_BRCM_AVS_CPUFREQ. This symbol, however, does not exist > - making the if condition always evaluate to false. Did you mean to use > CONFIG_ARM_BRCMSTB_AVS_CPUFREQ (note the STB after BRCM)? > > I noticed this mistake by running 'scripts/checkkconfigsymbols -f --force -f > next-20161124..next-20161128', which essentialy diffs the last two > linux-next releases and looks for undefined/unknown Kconfig symbols. > You can also run the script on single commits with -c to test them. > > Best regards, > > Andreas >