mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-08 18:42:53 +00:00
Input: mms114 - fix typo in definition
It's 'MMS114_INFORMATION', not 'MMS114_INFOMATION' Signed-off-by: Andi Shyti <andi.shyti@samsung.com> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
This commit is contained in:
parent
7546db025f
commit
13e945401a
@ -31,7 +31,7 @@
|
||||
|
||||
/* Read only registers */
|
||||
#define MMS114_PACKET_SIZE 0x0F
|
||||
#define MMS114_INFOMATION 0x10
|
||||
#define MMS114_INFORMATION 0x10
|
||||
#define MMS114_TSP_REV 0xF0
|
||||
|
||||
#define MMS152_FW_REV 0xE1
|
||||
@ -213,7 +213,7 @@ static irqreturn_t mms114_interrupt(int irq, void *dev_id)
|
||||
|
||||
touch_size = packet_size / MMS114_PACKET_NUM;
|
||||
|
||||
error = __mms114_read_reg(data, MMS114_INFOMATION, packet_size,
|
||||
error = __mms114_read_reg(data, MMS114_INFORMATION, packet_size,
|
||||
(u8 *)touch);
|
||||
if (error < 0)
|
||||
goto out;
|
||||
|
Loading…
Reference in New Issue
Block a user