Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1487515
| From | Stefan Wahren <stefan.wahren@i2se.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH net-next 8/8] net: qualcomm: add QCA7000 UART driver |
| Date | 2016-09-20 18:50 +0200 |
| Message-ID | <sjwp4-5wd-13@gated-at.bofh.it> (permalink) |
| References | <sjsYa-3nb-13@gated-at.bofh.it> <sjuwV-4dq-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
> kbuild test robot <lkp@intel.com> hat am 20. September 2016 um 16:44 > geschrieben: > > > Hi Stefan, > > [auto build test ERROR on net-next/master] > > url: > https://github.com/0day-ci/linux/commits/Stefan-Wahren/net-qualcomm-add-QCA7000-UART-driver/20160920-210908 > config: i386-allmodconfig (attached as .config) > compiler: gcc-6 (Debian 6.2.0-3) 6.2.0 20160901 > reproduce: > # save the attached .config to linux build tree > make ARCH=i386 > > All errors (new ones prefixed by >>): > > drivers/net/ethernet/qualcomm/qca_uart.c: In function > 'qcauart_netdev_xmit': > >> drivers/net/ethernet/qualcomm/qca_uart.c:302:5: error: 'struct net_device' > >> has no member named 'trans_start'; did you mean 'mem_start'? > dev->trans_start = jiffies; This should be replaced by netif_trans_update(dev) > ^~ > drivers/net/ethernet/qualcomm/qca_uart.c: In function > 'qcauart_netdev_tx_timeout': > drivers/net/ethernet/qualcomm/qca_uart.c:314:29: error: 'struct net_device' > has no member named 'trans_start'; did you mean 'mem_start'? > jiffies, jiffies - dev->trans_start); and this by dev_trans_start(dev) in the next version. Sorry about that :-(
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH net-next 0/8] net: qualcomm: add QCA7000 UART driver Stefan Wahren <stefan.wahren@i2se.com> - 2016-09-20 15:10 +0200
[PATCH net-next 8/8] net: qualcomm: add QCA7000 UART driver Stefan Wahren <stefan.wahren@i2se.com> - 2016-09-20 15:10 +0200
Re: [PATCH net-next 8/8] net: qualcomm: add QCA7000 UART driver Marcel Holtmann <marcel@holtmann.org> - 2016-09-20 17:40 +0200
Re: [PATCH net-next 8/8] net: qualcomm: add QCA7000 UART driver Stefan Wahren <stefan.wahren@i2se.com> - 2016-09-21 09:50 +0200
Re: [PATCH net-next 8/8] net: qualcomm: add QCA7000 UART driver Stefan Wahren <stefan.wahren@i2se.com> - 2016-09-20 18:50 +0200
[PATCH net-next 6/8] net: qualcomm: prepare frame decoding for UART driver Stefan Wahren <stefan.wahren@i2se.com> - 2016-09-20 15:10 +0200
[PATCH net-next 5/8] net: qualcomm: move MTU handling to qca_common Stefan Wahren <stefan.wahren@i2se.com> - 2016-09-20 15:10 +0200
[PATCH net-next 3/8] net: qualcomm: move qcaspi_tx_cmd to qca_spi.c Stefan Wahren <stefan.wahren@i2se.com> - 2016-09-20 15:10 +0200
csiph-web