mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 00:43:08 -04:00
Staging: bcm: Bcmchar.c: Renamed variable: "ucRead" -> "read"
Signed-off-by: Matthias Beyer <mail@beyermatthias.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
a00765a0da
commit
92dae16fb4
@@ -643,7 +643,7 @@ static int bcm_char_ioctl_gpio_status_request(void __user *argp,
|
||||
struct bcm_gpio_info gpio_info = {0};
|
||||
struct bcm_ioctl_buffer io_buff;
|
||||
ULONG bit = 0;
|
||||
UCHAR ucRead[4];
|
||||
UCHAR read[4];
|
||||
INT Status;
|
||||
int bytes;
|
||||
|
||||
@@ -666,7 +666,7 @@ static int bcm_char_ioctl_gpio_status_request(void __user *argp,
|
||||
|
||||
/* Set the gpio output register */
|
||||
bytes = rdmaltWithLock(ad, (UINT)GPIO_PIN_STATE_REGISTER,
|
||||
(PUINT)ucRead, sizeof(UINT));
|
||||
(PUINT)read, sizeof(UINT));
|
||||
|
||||
if (bytes < 0) {
|
||||
Status = bytes;
|
||||
|
||||
Reference in New Issue
Block a user