From 1417bf84102f889d02417f4aff865f880ee370a3 Mon Sep 17 00:00:00 2001 From: YOSHIFUJI Hideaki Date: Thu, 19 Jul 2007 10:44:38 +0900 Subject: [PATCH] --- yaml --- r: 61756 b: refs/heads/master c: 2b81bff416c4413333b19af627e11fddc620bd84 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/net/rfkill/rfkill-input.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 703e5ab6cd75..046562327218 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: db0c58f998eeb552fb47b82915005259a83613ae +refs/heads/master: 2b81bff416c4413333b19af627e11fddc620bd84 diff --git a/trunk/net/rfkill/rfkill-input.c b/trunk/net/rfkill/rfkill-input.c index 230e35c59786..9f746be58854 100644 --- a/trunk/net/rfkill/rfkill-input.c +++ b/trunk/net/rfkill/rfkill-input.c @@ -83,7 +83,7 @@ static DEFINE_RFKILL_TASK(rfkill_wlan, RFKILL_TYPE_WLAN); static DEFINE_RFKILL_TASK(rfkill_bt, RFKILL_TYPE_BLUETOOTH); static void rfkill_event(struct input_handle *handle, unsigned int type, - unsigned int code, int down) + unsigned int code, int down) { if (type == EV_KEY && down == 1) { switch (code) {