* [PATCH 3/4] qcserial: remove unused "debug" parameter
@ 2012-02-01 21:07 Thomas Tuttle
[not found] ` <20120201210735.GC16802-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org>
0 siblings, 1 reply; 2+ messages in thread
From: Thomas Tuttle @ 2012-02-01 21:07 UTC (permalink / raw)
To: gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r
Cc: linux-serial-u79uwXL29TY76Z2rM5mHXA,
linux-usb-u79uwXL29TY76Z2rM5mHXA
Signed-off-by: Thomas Tuttle <ttuttle-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>
---
drivers/usb/serial/qcserial.c | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)
diff --git a/drivers/usb/serial/qcserial.c b/drivers/usb/serial/qcserial.c
index 5a817d6..0f549c6 100644
--- a/drivers/usb/serial/qcserial.c
+++ b/drivers/usb/serial/qcserial.c
@@ -22,8 +22,6 @@
#define DRIVER_AUTHOR "Qualcomm Inc"
#define DRIVER_DESC "Qualcomm USB Serial driver"
-static bool debug;
-
static const struct usb_device_id id_table[] = {
{USB_DEVICE(0x05c6, 0x9211)}, /* Acer Gobi QDL device */
{USB_DEVICE(0x05c6, 0x9212)}, /* Acer Gobi Modem Device */
@@ -298,6 +296,3 @@ module_exit(qcexit);
MODULE_AUTHOR(DRIVER_AUTHOR);
MODULE_DESCRIPTION(DRIVER_DESC);
MODULE_LICENSE("GPL v2");
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH 3/4] qcserial: remove unused "debug" parameter
[not found] ` <20120201210735.GC16802-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org>
@ 2012-02-01 21:13 ` ttuttle
0 siblings, 0 replies; 2+ messages in thread
From: ttuttle @ 2012-02-01 21:13 UTC (permalink / raw)
To: gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r
Cc: linux-serial-u79uwXL29TY76Z2rM5mHXA,
linux-usb-u79uwXL29TY76Z2rM5mHXA
...ignore this patch. debug is not unused -- the dbg macro references
it, but is defined elsewhere.
Sorry for the noise; turns out I was not actually building my modified tree. >.<
On Wed, Feb 1, 2012 at 16:07, Thomas Tuttle <ttuttle-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org> wrote:
> Signed-off-by: Thomas Tuttle <ttuttle-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>
> ---
> drivers/usb/serial/qcserial.c | 5 -----
> 1 files changed, 0 insertions(+), 5 deletions(-)
>
> diff --git a/drivers/usb/serial/qcserial.c b/drivers/usb/serial/qcserial.c
> index 5a817d6..0f549c6 100644
> --- a/drivers/usb/serial/qcserial.c
> +++ b/drivers/usb/serial/qcserial.c
> @@ -22,8 +22,6 @@
> #define DRIVER_AUTHOR "Qualcomm Inc"
> #define DRIVER_DESC "Qualcomm USB Serial driver"
>
> -static bool debug;
> -
> static const struct usb_device_id id_table[] = {
> {USB_DEVICE(0x05c6, 0x9211)}, /* Acer Gobi QDL device */
> {USB_DEVICE(0x05c6, 0x9212)}, /* Acer Gobi Modem Device */
> @@ -298,6 +296,3 @@ module_exit(qcexit);
> MODULE_AUTHOR(DRIVER_AUTHOR);
> MODULE_DESCRIPTION(DRIVER_DESC);
> MODULE_LICENSE("GPL v2");
> -
> -module_param(debug, bool, S_IRUGO | S_IWUSR);
> -MODULE_PARM_DESC(debug, "Debug enabled or not");
> --
> 1.7.7.3
>
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-02-01 21:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-01 21:07 [PATCH 3/4] qcserial: remove unused "debug" parameter Thomas Tuttle
[not found] ` <20120201210735.GC16802-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org>
2012-02-01 21:13 ` ttuttle
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).