linux/drivers/infiniband/sw
Andrew Morton 5fb5186383 RDMA/siw: Suppress uninitialized var warning
drivers/infiniband/sw/siw/siw_qp_rx.c: In function siw_proc_send:
./include/linux/spinlock.h:288:3: warning: flags may be used uninitialized in this function [-Wmaybe-uninitialized]
   _raw_spin_unlock_irqrestore(lock, flags); \
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
drivers/infiniband/sw/siw/siw_qp_rx.c:335:16: note: flags was declared here
  unsigned long flags;

Link: https://lore.kernel.org/r/20200323184627.ZWPg91uin%akpm@linux-foundation.org
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Reviewed-by: Leon Romanovsky <leonro@mellanox.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
2020-03-23 22:22:37 -03:00
..
rdmavt IB/rdmavt: Delete unused routine 2020-03-18 19:53:47 -03:00
rxe Linux 5.6-rc4 2020-03-04 13:11:06 -04:00
siw RDMA/siw: Suppress uninitialized var warning 2020-03-23 22:22:37 -03:00
Makefile rdma/siw: addition to kernel build environment 2019-07-02 17:03:41 -03:00