commit | ce25d7e90c7543f0046c3bdcdcc7594546c57dcc | [log] [tgz] |
---|---|---|
author | Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com> | Fri Aug 08 12:14:36 2008 -0400 |
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Fri Aug 08 12:20:22 2008 -0400 |
tree | 5a3388482eb61698269861d5a50969e59003234d | |
parent | 57ffe9d539e0eb741bb9ca8f2834d210e70ee2e3 [diff] |
Input: gpio-keys - simplify argument list for report_event For now this only saves a few instructions (for gpio_keys_report_event, gpio_keys_isr and gpio_check_button one instraction each on ARM using arm-linux-gnu-gcc 4.2.3---I assume this is similar for other arch/compiler combinations). Signed-off-by: Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>