Renamed variable "uiOperation" -> "operation" in
bcm_char_ioctl_gpio_set_request().
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
        UCHAR reset_val[4];
        UINT value = 0;
        UINT bit = 0;
-       UINT uiOperation = 0;
+       UINT operation = 0;
        INT status;
        int bytes;
 
                return -EFAULT;
 
        bit  = gpio_info.uiGpioNumber;
-       uiOperation = gpio_info.uiGpioValue;
+       operation = gpio_info.uiGpioValue;
        value = (1<<bit);
 
        if (IsReqGpioIsLedInNVM(ad, value) == false) {
        }
 
        /* Set - setting 1 */
-       if (uiOperation) {
+       if (operation) {
                /* Set the gpio output register */
                status = wrmaltWithLock(ad,
                                        BCM_GPIO_OUTPUT_SET_REG,