[PATCH 43/44] Staging: bcm: Bcmchar.c: Renamed variable "uiOperation" -> "operation"

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Renamed variable "uiOperation" -> "operation" in
bcm_char_ioctl_gpio_set_request().

Signed-off-by: Matthias Beyer <mail@xxxxxxxxxxxxxxxx>
---
 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 291e966..32b767f 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<<bit);
 
 	if (IsReqGpioIsLedInNVM(ad, value) == false) {
@@ -521,7 +521,7 @@ static int bcm_char_ioctl_gpio_set_request(void __user *argp,
 	}
 
 	/* Set - setting 1 */
-	if (uiOperation) {
+	if (operation) {
 		/* Set the gpio output register */
 		Status = wrmaltWithLock(ad,
 					BCM_GPIO_OUTPUT_SET_REG,
-- 
2.0.3

_______________________________________________
devel mailing list
devel@xxxxxxxxxxxxxxxxxxxxxx
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel




[Index of Archives]     [Linux Driver Backports]     [DMA Engine]     [Linux GPIO]     [Linux SPI]     [Video for Linux]     [Linux USB Devel]     [Linux Coverity]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Yosemite Backpacking]
  Powered by Linux