Re: [PATCH v1] linux/compat.h: Remove debug() from spin_lock_irqsave()

2020-12-03 Thread Tom Rini
On Thu, Nov 19, 2020 at 09:26:20PM +0200, Andy Shevchenko wrote: > It seems nobody tested the debug() option in spin_lock_irqsave(). > Currently, when #define DEBUG, it spoils the compiler with > > In file included from drivers/usb/dwc3/gadget.c:18: > drivers/usb/dwc3/gadget.c: In function

Re: [PATCH v1] linux/compat.h: Remove debug() from spin_lock_irqsave()

2020-12-02 Thread Andy Shevchenko
On Wed, Dec 02, 2020 at 01:37:35PM -0500, Tom Rini wrote: > On Wed, Dec 02, 2020 at 08:28:55PM +0200, Andy Shevchenko wrote: > > On Thu, Nov 19, 2020 at 10:21:39PM +0200, Andy Shevchenko wrote: > > > Update Tom's address > > > > Tom, should I resend with your address fixed? > > No, I grab things

Re: [PATCH v1] linux/compat.h: Remove debug() from spin_lock_irqsave()

2020-12-02 Thread Tom Rini
On Wed, Dec 02, 2020 at 08:28:55PM +0200, Andy Shevchenko wrote: > On Thu, Nov 19, 2020 at 10:21:39PM +0200, Andy Shevchenko wrote: > > Update Tom's address > > Tom, should I resend with your address fixed? No, I grab things from patchwork. This is on my TODO list, btw. -- Tom signature.asc

Re: [PATCH v1] linux/compat.h: Remove debug() from spin_lock_irqsave()

2020-12-02 Thread Andy Shevchenko
On Thu, Nov 19, 2020 at 10:21:39PM +0200, Andy Shevchenko wrote: > Update Tom's address Tom, should I resend with your address fixed? -- With Best Regards, Andy Shevchenko

Re: [PATCH v1] linux/compat.h: Remove debug() from spin_lock_irqsave()

2020-11-22 Thread Heiko Schocher
Hello Andy, Am 19.11.20 um 21:21 schrieb Andy Shevchenko: > Update Tom's address > > On Thu, Nov 19, 2020 at 9:26 PM Andy Shevchenko > wrote: >> >> It seems nobody tested the debug() option in spin_lock_irqsave(). >> Currently, when #define DEBUG, it spoils the compiler with >> >> In file

Re: [PATCH v1] linux/compat.h: Remove debug() from spin_lock_irqsave()

2020-11-20 Thread Oleksandr Andrushchenko
Hi, Andy On 11/19/20 10:21 PM, Andy Shevchenko wrote: > Update Tom's address > > On Thu, Nov 19, 2020 at 9:26 PM Andy Shevchenko > wrote: >> It seems nobody tested the debug() option in spin_lock_irqsave(). >> Currently, when #define DEBUG, it spoils the compiler with >> >> In file included from

Re: [PATCH v1] linux/compat.h: Remove debug() from spin_lock_irqsave()

2020-11-19 Thread Andy Shevchenko
Update Tom's address On Thu, Nov 19, 2020 at 9:26 PM Andy Shevchenko wrote: > > It seems nobody tested the debug() option in spin_lock_irqsave(). > Currently, when #define DEBUG, it spoils the compiler with > > In file included from drivers/usb/dwc3/gadget.c:18: > drivers/usb/dwc3/gadget.c: In

[PATCH v1] linux/compat.h: Remove debug() from spin_lock_irqsave()

2020-11-19 Thread Andy Shevchenko
It seems nobody tested the debug() option in spin_lock_irqsave(). Currently, when #define DEBUG, it spoils the compiler with In file included from drivers/usb/dwc3/gadget.c:18: drivers/usb/dwc3/gadget.c: In function ‘dwc3_gadget_set_selfpowered’: include/log.h:235:4: warning: ‘flags’ is used