Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1579361
| From | Dmitry Torokhov <dmitry.torokhov@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] regulator: devres: introduce managed enable and disable operations |
| Date | 2017-02-13 03:40 +0100 |
| Message-ID | <taeIx-5Qx-11@gated-at.bofh.it> (permalink) |
| References | <tad05-4Lg-1@gated-at.bofh.it> <taefw-5FQ-9@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH] regulator: devres: introduce managed enable and disable operations Dmitry Torokhov <dmitry.torokhov@gmail.com> - 2017-02-13 01:50 +0100 Re: [PATCH] regulator: devres: introduce managed enable and disable operations Dmitry Torokhov <dmitry.torokhov@gmail.com> - 2017-02-13 03:40 +0100
csiph-web