From: Marcel Holtmann <marcel@holtmann.org>
To: Suraj Sumangala <suraj@atheros.com>
Cc: linux-bluetooth@vger.kernel.org, Jothikumar.Mothilal@Atheros.com,
"Luis R. Rodriguez" <lrodriguez@atheros.com>
Subject: Re: [PATCH] Bluetooth: Support for Atheros AR300x serial Bluetooth Chip
Date: Sat, 17 Jul 2010 15:18:28 -0700 [thread overview]
Message-ID: <1279405108.6282.90.camel@localhost.localdomain> (raw)
In-Reply-To: <1279191250-5923-1-git-send-email-suraj@atheros.com>
Hi Suraj,
> Implements Atheros AR300x Serial HCI protocol.
> This protocol extends H4 serial protocol to implement enhanced power management
> features supported by Atheros AR300x serial Bluetooth chipsets.
<snip>
> +struct ath_struct {
> + struct hci_uart *hu;
> + unsigned int cur_sleep;
> +
> + spinlock_t hciath_lock;
> + struct sk_buff *rx_skb;
> + struct sk_buff_head txq;
> + wait_queue_head_t wqevt;
> + struct work_struct ctxtsw;
> +};
I was going to merge this as it is, but then I did a usage check on your
variables here and realized that you carry garbage around. I really
would prefer if you guys start cleaning up your patches before blindly
submitting them. I am not your janitor.
So hciath_lock, rx_skb and wqevt are unused in the whole driver. Please
remove them from the patch.
Regards
Marcel
prev parent reply other threads:[~2010-07-17 22:18 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-07-15 10:54 [PATCH] Bluetooth: Support for Atheros AR300x serial Bluetooth Chip Suraj Sumangala
2010-07-15 19:52 ` Gustavo F. Padovan
2010-07-16 4:16 ` suraj
2010-07-17 4:42 ` Suraj
2010-07-17 22:18 ` Marcel Holtmann [this message]
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=1279405108.6282.90.camel@localhost.localdomain \
--to=marcel@holtmann.org \
--cc=Jothikumar.Mothilal@Atheros.com \
--cc=linux-bluetooth@vger.kernel.org \
--cc=lrodriguez@atheros.com \
--cc=suraj@atheros.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.