From 198d73daacb97a49a4daa4894609f48819e39c0a Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sun, 10 Aug 2014 14:32:10 +0200 Subject: [PATCH] Staging: bcm: Bcmchar.c: Renamed variable "uiBit" -> "bit" Renamed variable "uiBit" -> "bit" in bcm_char_ioctl_gpio_set_request(). Signed-off-by: Matthias Beyer Signed-off-by: Greg Kroah-Hartman --- drivers/staging/bcm/Bcmchar.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/staging/bcm/Bcmchar.c b/drivers/staging/bcm/Bcmchar.c index c63eb375f418..6ae95d0c2b9e 100644 --- a/drivers/staging/bcm/Bcmchar.c +++ b/drivers/staging/bcm/Bcmchar.c @@ -483,7 +483,7 @@ static int bcm_char_ioctl_gpio_set_request(void __user *argp, struct bcm_ioctl_buffer io_buff; UCHAR reset_val[4]; UINT value = 0; - UINT uiBit = 0; + UINT bit = 0; UINT uiOperation = 0; INT status; int bytes; @@ -508,9 +508,9 @@ static int bcm_char_ioctl_gpio_set_request(void __user *argp, io_buff.InputLength)) return -EFAULT; - uiBit = gpio_info.uiGpioNumber; + bit = gpio_info.uiGpioNumber; uiOperation = gpio_info.uiGpioValue; - value = (1<