CC: [email protected] BCC: [email protected] CC: [email protected] TO: Bart Van Assche <[email protected]> CC: Helge Deller <[email protected]>
tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: 23d04328444a8fa0ca060c5e532220dac8e8bc26 commit: 6968e707d371ef80511448c6771daf445b4a5cf5 parisc: io: Improve the outb(), outw() and outl() macros date: 7 weeks ago :::::: branch date: 8 hours ago :::::: commit date: 7 weeks ago config: parisc-randconfig-m031-20220223 (https://download.01.org/0day-ci/archive/20220224/[email protected]/config) compiler: hppa-linux-gcc (GCC) 11.2.0 If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot <[email protected]> Reported-by: Dan Carpenter <[email protected]> New smatch warnings: drivers/net/can/sja1000/sja1000_isa.c:88 sja1000_isa_port_write_reg() warn: ignoring unreachable code. Old smatch warnings: drivers/net/can/sja1000/sja1000_isa.c:98 sja1000_isa_port_read_reg_indirect() warn: ignoring unreachable code. drivers/net/can/sja1000/sja1000_isa.c:111 sja1000_isa_port_write_reg_indirect() warn: ignoring unreachable code. vim +88 drivers/net/can/sja1000/sja1000_isa.c 2a6ba39ad6a277 Wolfgang Grandegger 2009-09-01 84 2a6ba39ad6a277 Wolfgang Grandegger 2009-09-01 85 static void sja1000_isa_port_write_reg(const struct sja1000_priv *priv, 2a6ba39ad6a277 Wolfgang Grandegger 2009-09-01 86 int reg, u8 val) 2a6ba39ad6a277 Wolfgang Grandegger 2009-09-01 87 { 2a6ba39ad6a277 Wolfgang Grandegger 2009-09-01 @88 outb(val, (unsigned long)priv->reg_base + reg); 2a6ba39ad6a277 Wolfgang Grandegger 2009-09-01 89 } 2a6ba39ad6a277 Wolfgang Grandegger 2009-09-01 90 :::::: The code at line 88 was first introduced by commit :::::: 2a6ba39ad6a277595ef9a0187a44f09e062dd3b2 can: sja1000: legacy SJA1000 ISA bus driver :::::: TO: Wolfgang Grandegger <[email protected]> :::::: CC: David S. Miller <[email protected]> --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/[email protected] _______________________________________________ kbuild mailing list -- [email protected] To unsubscribe send an email to [email protected]
