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