From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751604AbdBMCeJ (ORCPT ); Sun, 12 Feb 2017 21:34:09 -0500 Received: from mail-pf0-f195.google.com ([209.85.192.195]:33929 "EHLO mail-pf0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751523AbdBMCeH (ORCPT ); Sun, 12 Feb 2017 21:34:07 -0500 Date: Sun, 12 Feb 2017 18:34:04 -0800 From: Dmitry Torokhov To: kbuild test robot Cc: kbuild-all@01.org, Mark Brown , Liam Girdwood , Guenter Roeck , linux-kernel@vger.kernel.org Subject: Re: [PATCH] regulator: devres: introduce managed enable and disable operations Message-ID: <20170213023404.GA27642@dtor-ws> References: <20170213004845.GA4781@dtor-ws> <201702130901.hihQazwR%fengguang.wu@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201702130901.hihQazwR%fengguang.wu@intel.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Feb 13, 2017 at 10:00:14AM +0800, kbuild test robot wrote: > Hi Dmitry, > > [auto build test ERROR on regulator/for-next] > [cannot apply to v4.10-rc8] > [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] > > url: https://github.com/0day-ci/linux/commits/Dmitry-Torokhov/regulator-devres-introduce-managed-enable-and-disable-operations/20170213-085344 > base: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git for-next > config: x86_64-randconfig-n0-02130915 (attached as .config) > compiler: gcc-4.8 (Debian 4.8.4-1) 4.8.4 > reproduce: > # save the attached .config to linux build tree > make ARCH=x86_64 > > All errors (new ones prefixed by >>): > > drivers/gpu/drm/bridge/analogix-anx78xx.c: In function 'anx78xx_poweroff': > >> drivers/gpu/drm/bridge/analogix-anx78xx.c:664:3: error: implicit declaration of function 'regulator_disable' [-Werror=implicit-function-declaration] > err = regulator_disable(pdata->dvdd10); > ^ > cc1: some warnings being treated as errors So I lost stub for regulator_disable(), V2 of the patch sent. Thanks. -- Dmitry