Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1478553
| From | kbuild test robot <lkp@intel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 1/3] serial: mctrl_gpio: implement mctrl_gpio_use_rtscts |
| Date | 2016-09-07 20:40 +0200 |
| Message-ID | <sePVo-3mn-33@gated-at.bofh.it> (permalink) |
| References | <seNJT-22q-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
[Multipart message — attachments visible in raw view] - view raw
Hi Richard,
[auto build test WARNING on abelloni/rtc-next]
[also build test WARNING on v4.8-rc5 next-20160907]
[cannot apply to tty/tty-testing]
[if your patch is applied to the wrong git tree, please drop us a note to help improve the system]
[Suggest to use git(>=2.9.0) format-patch --base=<commit> (or --base=auto for convenience) to record what (public, well-known) commit your patch series was built on]
[Check https://git-scm.com/docs/git-format-patch for more information]
url: https://github.com/0day-ci/linux/commits/Richard-Genoud/serial-mctrl_gpio-implement-mctrl_gpio_use_rtscts/20160908-002703
base: https://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git rtc-next
config: sh-titan_defconfig (attached as .config)
compiler: sh4-linux-gnu-gcc (Debian 5.4.0-6) 5.4.0 20160609
reproduce:
wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
# save the attached .config to linux build tree
make.cross ARCH=sh
All warnings (new ones prefixed by >>):
In file included from drivers/tty/serial/sh-sci.c:60:0:
drivers/tty/serial/serial_mctrl_gpio.h: In function 'mctrl_gpio_use_rtscts':
>> drivers/tty/serial/serial_mctrl_gpio.h:162:1: warning: no return statement in function returning non-void [-Wreturn-type]
}
^
vim +162 drivers/tty/serial/serial_mctrl_gpio.h
146
147 static inline
148 void mctrl_gpio_free(struct device *dev, struct mctrl_gpios *gpios)
149 {
150 }
151
152 static inline void mctrl_gpio_enable_ms(struct mctrl_gpios *gpios)
153 {
154 }
155
156 static inline void mctrl_gpio_disable_ms(struct mctrl_gpios *gpios)
157 {
158 }
159
160 static inline bool mctrl_gpio_use_rtscts(struct mctrl_gpios *gpios)
161 {
> 162 }
163
164 #endif /* GPIOLIB */
165
166 #endif
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH 1/3] serial: mctrl_gpio: implement mctrl_gpio_use_rtscts Richard Genoud <richard.genoud@gmail.com> - 2016-09-07 18:20 +0200
[PATCH 3/3] tty/serial: at91: fix hardware handshake when DMA is not used Richard Genoud <richard.genoud@gmail.com> - 2016-09-07 18:20 +0200
Re: [PATCH 3/3] tty/serial: at91: fix hardware handshake when DMA is not used Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2016-09-07 19:00 +0200
Re: [PATCH 3/3] tty/serial: at91: fix hardware handshake when DMA is not used Cyrille Pitchen <cyrille.pitchen@atmel.com> - 2016-09-07 19:30 +0200
[PATCH 2/3] tty/serial: at91: fix hardware handshake with GPIOs Richard Genoud <richard.genoud@gmail.com> - 2016-09-07 18:20 +0200
Re: [PATCH 2/3] tty/serial: at91: fix hardware handshake with GPIOs Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2016-09-07 19:50 +0200
Re: [PATCH 1/3] serial: mctrl_gpio: implement mctrl_gpio_use_rtscts kbuild test robot <lkp@intel.com> - 2016-09-07 20:40 +0200
csiph-web