Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=9a15c99714ca229dd0b894e200fd96daf14f32fb
Commit:     9a15c99714ca229dd0b894e200fd96daf14f32fb
Parent:     36ccaad640737899b069a9a93a82765f0e675a20
Author:     Jiri Kosina <[EMAIL PROTECTED]>
AuthorDate: Mon Nov 26 11:32:51 2007 +0100
Committer:  Jiri Kosina <[EMAIL PROTECTED]>
CommitDate: Mon Jan 28 14:51:21 2008 +0100

    HID: remove unused variable in quirk event handler
    
    Remove unused variable in quirk event handler.
    
    Signed-off-by: Jiri Kosina <[EMAIL PROTECTED]>
---
 drivers/hid/hid-input-quirks.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/drivers/hid/hid-input-quirks.c b/drivers/hid/hid-input-quirks.c
index e378b4a..7018be3 100644
--- a/drivers/hid/hid-input-quirks.c
+++ b/drivers/hid/hid-input-quirks.c
@@ -355,7 +355,6 @@ int hidinput_mapping_quirks(struct hid_usage *usage,
 void hidinput_event_quirks(struct hid_device *hid, struct hid_field *field, 
struct hid_usage *usage, __s32 value)
 {
        struct input_dev *input;
-       unsigned *quirks = &hid->quirks;
 
        input = field->hidinput->input;
 
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to