arm_adi_v5: deconflict local variables from global symbols
commit48768db9d6420013ccd88107a67de85fdcd5bbd8
authorPeter A. Bigot <pab@pabigot.com>
Thu, 31 Dec 2015 15:13:58 +0000 (31 09:13 -0600)
committerAndreas Fritiofson <andreas.fritiofson@gmail.com>
Sun, 3 Jan 2016 22:39:01 +0000 (3 22:39 +0000)
tree35051a7befb26d17952d88f7114de2e5433c2150
parent2f131d3c3004658e891b674e9a8ac93bae5246b0
arm_adi_v5: deconflict local variables from global symbols

BeagleBone debian 7 builds produce:
   adi_v5_jtag.c: In function 'jtag_ap_q_bankselect':
   adi_v5_jtag.c:336:11: error: declaration of 'select' shadows a global declaration [-Werror=shadow]

Fix this by changing the local variable to 'sel'.

Change-Id: I8e29662ac12bc77d38d5064046d59b7364853cd9
Signed-off-by: Peter A. Bigot <pab@pabigot.com>
Reviewed-on: http://openocd.zylin.com/3184
Tested-by: jenkins
Reviewed-by: Andreas Fritiofson <andreas.fritiofson@gmail.com>
src/target/adi_v5_jtag.c
src/target/adi_v5_swd.c