Re: [linux-yocto] Fix a build failure on zeus, xlnx-soc with CONFIG_USB_DWC3_GADGET

2020-05-11 Thread Bruce Ashfield
On Mon, May 11, 2020 at 3:56 AM Zhang Xiao wrote: > > Hi Bruce, > > On zeus, branch xlnx-soc, commit: > https://git.yoctoproject.org/cgit/cgit.cgi/linux-yocto/commit/drivers/usb/dwc3/gadget.c?h=v5.2/standard/xlnx-soc=0986b237a48540c2be3222737814db74aa50766a > > Deleted a curly brace by mistake

[linux-yocto] Fix a build failure on zeus, xlnx-soc with CONFIG_USB_DWC3_GADGET

2020-05-11 Thread ZhangXiao
Hi Bruce, On zeus, branch xlnx-soc, commit: https://git.yoctoproject.org/cgit/cgit.cgi/linux-yocto/commit/drivers/usb/dwc3/gadget.c?h=v5.2/standard/xlnx-soc=0986b237a48540c2be3222737814db74aa50766a Deleted a curly brace by mistake that caused a build error. Thanks Xiao

Re: [linux-yocto] Fix a build failure on zeus v5.2/standard/xlnx-soc

2020-05-08 Thread Bruce Ashfield
In message: Fix a build failure on zeus v5.2/standard/xlnx-soc on 08/05/2020 Zhang Xiao wrote: > Hi Bruce, > > On zeus, branch "v5.2/standard/xlnx-soc" has a build error: > ... > drivers/gpio/gpio-xilinx.c:153:7: error: 'index' undeclared (first use in > this function) > 153 | if (index !=

[linux-yocto] Fix a build failure on zeus v5.2/standard/xlnx-soc

2020-05-08 Thread ZhangXiao
Hi Bruce, On zeus, branch "v5.2/standard/xlnx-soc" has a build error: ... drivers/gpio/gpio-xilinx.c:153:7: error: 'index' undeclared (first use in this function) 153 | if (index != xgpio_index(chip, i)) { | ^ drivers/gpio/gpio-xilinx.c:153:7: note: each undeclared

Re: [linux-yocto] Fix a build failure on zeus

2020-04-13 Thread Bruce Ashfield
merged Bruce In message: Fix a build failure on zeus on 09/04/2020 Zhang Xiao wrote: > Hi Bruce, > > On zeus, commit 20556f9b02: > http://git.yoctoproject.org/cgit/cgit.cgi/linux-yocto/commit/arch/x86/kernel/cpu/mce/dev-mcelog.c?h=v5.2/standard/intel-x86=20556f9b022e6318ce8f48 > > used

[linux-yocto] Fix a build failure on zeus

2020-04-09 Thread ZhangXiao
Hi Bruce, On zeus, commit 20556f9b02: http://git.yoctoproject.org/cgit/cgit.cgi/linux-yocto/commit/arch/x86/kernel/cpu/mce/dev-mcelog.c?h=v5.2/standard/intel-x86=20556f9b022e6318ce8f48 used function "compat_ptr_ioctl" but in fact kernel of zeus has no such function yet. This caused a build