From: Matthias Beyer Date: Sun, 10 Aug 2014 12:32:10 +0000 (+0200) Subject: Staging: bcm: Bcmchar.c: Renamed variable "uiBit" -> "bit" X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=198d73daacb97a49a4daa4894609f48819e39c0a;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git 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 --- 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<