From: Philipp Zabel <philipp.zabel@gmail.com>
To: linux-input@atrey.karlin.mff.cuni.cz
Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Subject: Re: [PATCH] gpio-keys
Date: Thu, 15 Feb 2007 13:19:06 +0100 [thread overview]
Message-ID: <1171541946.4325.3.camel@localhost.localdomain> (raw)
In-Reply-To: <1171537620.27151.5.camel@localhost.localdomain>
And a small compile fix, 'ret' was renamed to 'error'.
Signed-off-by: Philipp Zabel <philipp.zabel@gmail.com>
Index: linux-2.6/drivers/input/keyboard/gpio_keys.c
===================================================================
--- linux-2.6.orig/drivers/input/keyboard/gpio_keys.c 2007-02-15 13:12:21.000000000 +0100
+++ linux-2.6/drivers/input/keyboard/gpio_keys.c 2007-02-15 13:10:43.000000000 +0100
@@ -82,7 +82,7 @@
pdata->buttons[i].desc ? pdata->buttons[i].desc : "gpio_keys",
pdev);
if (error) {
- printk(KERN_ERR "gpio-keys: unable to claim irq %d; error %d\n", irq, ret);
+ printk(KERN_ERR "gpio-keys: unable to claim irq %d; error %d\n", irq, error);
goto fail;
}
set_bit(code, input->keybit);
next prev parent reply other threads:[~2007-02-15 12:19 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-02-15 11:06 [PATCH] gpio-keys Philipp Zabel
2007-02-15 12:19 ` Philipp Zabel [this message]
2007-02-15 20:03 ` Dmitry Torokhov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1171541946.4325.3.camel@localhost.localdomain \
--to=philipp.zabel@gmail.com \
--cc=dmitry.torokhov@gmail.com \
--cc=linux-input@atrey.karlin.mff.cuni.cz \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).