Renamed variable "uiTempVar" -> "tmp" in bcm_char_ioctl_reg_write_private(). Signed-off-by: Matthias Beyer <mail@xxxxxxxxxxxxxxxx> --- drivers/staging/bcm/Bcmchar.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/bcm/Bcmchar.c b/drivers/staging/bcm/Bcmchar.c index 5c6ae99..1f30cea 100644 --- a/drivers/staging/bcm/Bcmchar.c +++ b/drivers/staging/bcm/Bcmchar.c @@ -347,7 +347,7 @@ static int bcm_char_ioctl_eeprom_reg_read(void __user *argp, struct bcm_rdm_buffer rdm_buff = {0}; struct bcm_ioctl_buffer io_buff; PCHAR temp_buff = NULL; - UINT uiTempVar = 0; + UINT tmp = 0; INT Status; int bytes; @@ -391,7 +391,7 @@ static int bcm_char_ioctl_eeprom_reg_read(void __user *argp, return -EINVAL; } - uiTempVar = rdm_buff.Register & EEPROM_REJECT_MASK; + tmp = rdm_buff.Register & EEPROM_REJECT_MASK; bytes = rdmaltWithLock(ad, (UINT)rdm_buff.Register, (PUINT)temp_buff, io_buff.OutputLength); -- 2.0.3 _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel