drivers/accessibility/speakup/serialio.c:48:19: warning: variable 'quot' set but not used

2021-04-03 Thread kernel test robot
rivers/accessibility/speakup/serialio.c: In function 'spk_serial_init': >> drivers/accessibility/speakup/serialio.c:48:19: warning: variable 'quot' set >> but not used [-Wunused-but-set-variable] 48 | int baud = 9600, quot = 0; | ^~~~ drivers/accessibility/

drivers/accessibility/speakup/serialio.c:48:19: warning: variable 'quot' set but not used

2021-02-12 Thread kernel test robot
rivers/accessibility/speakup/serialio.c: In function 'spk_serial_init': >> drivers/accessibility/speakup/serialio.c:48:19: warning: variable 'quot' set >> but not used [-Wunused-but-set-variable] 48 | int baud = 9600, quot = 0; | ^~~~ drivers/accessibility/

drivers/accessibility/speakup/serialio.c:48:19: warning: variable 'quot' set but not used

2020-11-22 Thread kernel test robot
rivers/accessibility/speakup/serialio.c: In function 'spk_serial_init': >> drivers/accessibility/speakup/serialio.c:48:19: warning: variable 'quot' set >> but not used [-Wunused-but-set-variable] 48 | int baud = 9600, quot = 0; | ^~~~ drivers/accessibility/

Re: drivers/accessibility/speakup/serialio.c:48:19: warning: variable 'quot' set but not used

2020-11-16 Thread Ben Hutchings
On Mon, 2020-11-16 at 21:33 +0100, Samuel Thibault wrote: > Ben Hutchings, le lun. 16 nov. 2020 19:51:23 +, a ecrit: > > On Mon, 2020-11-16 at 20:01 +0100, Samuel Thibault wrote: > > > Perhaps we should rather use > > > > > > depends on ISA || (X86 && COMPILE_TEST) > > > > > > ? > > > so

Re: drivers/accessibility/speakup/serialio.c:48:19: warning: variable 'quot' set but not used

2020-11-16 Thread Samuel Thibault
Ben Hutchings, le lun. 16 nov. 2020 19:51:23 +, a ecrit: > On Mon, 2020-11-16 at 20:01 +0100, Samuel Thibault wrote: > > Perhaps we should rather use > > > > depends on ISA || (X86 && COMPILE_TEST) > > > > ? > > so that we have compile testing on x86 only (where the inb/outb macros > >

Re: drivers/accessibility/speakup/serialio.c:48:19: warning: variable 'quot' set but not used

2020-11-16 Thread Ben Hutchings
On Mon, 2020-11-16 at 20:01 +0100, Samuel Thibault wrote: > Hello Ben, > > A long time ago you added a dependency for speakup drivers on > CONFIG_ISA, and you also added || COMPILE_TEST as an alternative. > > It seems that some platform portability tests then think they should > be able to build

Re: drivers/accessibility/speakup/serialio.c:48:19: warning: variable 'quot' set but not used

2020-11-16 Thread Samuel Thibault
rnings (new ones prefixed by >>): > >drivers/accessibility/speakup/serialio.c: In function 'spk_serial_init': > >> drivers/accessibility/speakup/serialio.c:48:19: warning: variable 'quot' > >> set but not used [-Wunused-but-set-variable] >

drivers/accessibility/speakup/serialio.c:48:19: warning: variable 'quot' set but not used

2020-11-15 Thread kernel test robot
rivers/accessibility/speakup/serialio.c: In function 'spk_serial_init': >> drivers/accessibility/speakup/serialio.c:48:19: warning: variable 'quot' set >> but not used [-Wunused-but-set-variable] 48 | int baud = 9600, quot = 0; | ^~~~ drivers/accessibility/