android_kernel_xiaomi_sm8350/drivers/infiniband/hw/ipath
Roland Dreier cf9542aa92 IB/ipath: Fix some sparse warnings about shadowed symbols
There are a few places in the ipath driver where a variable is
re-declared within a block where it is already in scope.  Most of these
extra declarations can simply be removed, since the variable from the
outer scope is used in a way so that it does not need to keep its
variable across the block with the re-declaration.

Signed-off-by: Roland Dreier <rolandd@cisco.com>
2008-01-25 14:15:42 -08:00
..
ipath_common.h
ipath_cq.c
ipath_debug.h
ipath_diag.c
ipath_dma.c
ipath_driver.c IB/ipath: Add flag and handling for chips with swapped register bug 2008-01-25 14:15:39 -08:00
ipath_eeprom.c IB/ipath: Fix some sparse warnings about shadowed symbols 2008-01-25 14:15:42 -08:00
ipath_file_ops.c IB/ipath: Port config has on-chip effects for 7220 2008-01-25 14:15:39 -08:00
ipath_fs.c
ipath_iba6110.c IB/ipath: Drop support for the original QHT7040 board 2008-01-25 14:15:40 -08:00
ipath_iba6120.c IB/ipath: Port config has on-chip effects for 7220 2008-01-25 14:15:39 -08:00
ipath_init_chip.c IB/ipath: Add flag and handling for chips with swapped register bug 2008-01-25 14:15:39 -08:00
ipath_intr.c IB/ipath: Add ipath_read_ireg() abstraction 2008-01-25 14:15:40 -08:00
ipath_kernel.h IB/ipath: Add ipath_read_ireg() abstraction 2008-01-25 14:15:40 -08:00
ipath_keys.c
ipath_mad.c
ipath_mmap.c
ipath_mr.c
ipath_qp.c IB/ipath: Fix some sparse warnings about shadowed symbols 2008-01-25 14:15:42 -08:00
ipath_rc.c
ipath_registers.h
ipath_ruc.c
ipath_srq.c
ipath_stats.c
ipath_sysfs.c
ipath_uc.c
ipath_ud.c
ipath_user_pages.c
ipath_verbs_mcast.c
ipath_verbs.c
ipath_verbs.h
ipath_wc_ppc64.c
ipath_wc_x86_64.c
Kconfig
Makefile