projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d843304
)
Input: ar1021 - fix typo in preprocessor macro name
author
Flavio Suligoi
<f.suligoi@asem.it>
Mon, 11 Nov 2019 18:20:03 +0000
(10:20 -0800)
committer
Dmitry Torokhov
<dmitry.torokhov@gmail.com>
Tue, 12 Nov 2019 00:02:30 +0000
(16:02 -0800)
Fix spelling mistake.
Signed-off-by: Flavio Suligoi <f.suligoi@asem.it>
Link:
https://lore.kernel.org/r/1573211947-660-1-git-send-email-f.suligoi@asem.it
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/touchscreen/ar1021_i2c.c
patch
|
blob
|
history
diff --git
a/drivers/input/touchscreen/ar1021_i2c.c
b/drivers/input/touchscreen/ar1021_i2c.c
index 28644f372bd8e0fbf72df667162b272ba778b9f7..c0d5c24133563065cf591790babe8a623db26589 100644
(file)
--- a/
drivers/input/touchscreen/ar1021_i2c.c
+++ b/
drivers/input/touchscreen/ar1021_i2c.c
@@
-13,7
+13,7
@@
#include <linux/irq.h>
#include <linux/interrupt.h>
-#define AR1021_TO
CU
H_PKG_SIZE 5
+#define AR1021_TO
UC
H_PKG_SIZE 5
#define AR1021_MAX_X 4095
#define AR1021_MAX_Y 4095
@@
-25,7
+25,7
@@
struct ar1021_i2c {
struct i2c_client *client;
struct input_dev *input;
- u8 data[AR1021_TO
CU
H_PKG_SIZE];
+ u8 data[AR1021_TO
UC
H_PKG_SIZE];
};
static irqreturn_t ar1021_i2c_irq(int irq, void *dev_id)