Re: [PATCH] rtc: sun6i: extend test coverage

2017-02-01 Thread kbuild test robot
Hi Alexandre, [auto build test WARNING on abelloni/rtc-next] [also build test WARNING on next-20170201] [cannot apply to v4.10-rc6] [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/Alexandre-Bello

Re: [PATCH] rtc: sun6i: extend test coverage

2017-02-01 Thread kbuild test robot
Hi Alexandre, [auto build test ERROR on abelloni/rtc-next] [also build test ERROR on next-20170201] [cannot apply to v4.10-rc6] [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/Alexandre-Belloni/r

Re: [PATCH] rtc: sun6i: extend test coverage

2017-02-01 Thread Arnd Bergmann
On Wed, Feb 1, 2017 at 12:57 PM, Alexandre Belloni wrote: > COMPILE_TEST was wrongly placed, move it to the "depends on" line. Also, > select COMMON_CLK has the driver now needs it to be properly compiled. > > Signed-off-by: Alexandre Belloni > --- > drivers/rtc/Kconfig | 5 +++-- > 1 file chang

[PATCH] rtc: sun6i: extend test coverage

2017-02-01 Thread Alexandre Belloni
COMPILE_TEST was wrongly placed, move it to the "depends on" line. Also, select COMMON_CLK has the driver now needs it to be properly compiled. Signed-off-by: Alexandre Belloni --- drivers/rtc/Kconfig | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/rtc/Kconfig b/