Update drivers/input/keyboard/brain-kbd-i2c.c

Clarification of debug messages

Co-authored-by: Takumi Sueda <puhitaku@gmail.com>
This commit is contained in:
SuperTurboZ 2022-11-23 21:31:55 +09:00 committed by GitHub
parent 292c385c2d
commit db13ca6c2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ static irqreturn_t bk_i2c_irq_handler(int irq, void *devid)
n = raw >> 8;
k1 = raw & 0xff;
dev_dbg(&kbd->cli->dev, "kbd-raw0[%02X,%02X]\n",n,k1);
dev_dbg(&kbd->cli->dev, "N=%d, Raw key event: %02X\n", n, k1);
if (k1 == 0x00) {
dev_dbg(&kbd->cli->dev,
"interrupted but no key press was found\n");