]> git.baikalelectronics.ru Git - kernel.git/commit
Input: altera_ps2 - use correct type for irq return value
authorTobias Klauser <tklauser@distanz.ch>
Fri, 31 Oct 2014 16:16:41 +0000 (09:16 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Fri, 31 Oct 2014 16:32:02 +0000 (09:32 -0700)
commite3396c7b009e26e3ef8b100239d1d2963a8d02ac
tree06e3dd10bc5f3b6dc5645f5d8ec6514409990b2f
parentb7a02f2f7cd99eca6c492c610975ca5999d8e1fa
Input: altera_ps2 - use correct type for irq return value

The irq function altera_ps2_rxint returns an irqreturn_t, so use the
same type for variable storing the return value.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/serio/altera_ps2.c