input: Fix compiler warning
Fixes:

drivers/input/input.c:46:17: warning: passing argument 2 of '__set_bit' from incompatible pointer type [-Wincompatible-pointer-types]

idev->keys is an array, so we don't need to take the address of it.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent b68e254 commit 0dff3e4627f516c01dfa8013b73c749ee8d773b5
@Sascha Hauer Sascha Hauer authored on 23 Nov 2016
Showing 1 changed file
View
drivers/input/input.c