From: "Luis R. Rodriguez" <lrodriguez@atheros.com>
To: Suraj Sumangala <Suraj.Sumangala@Atheros.com>
Cc: "linux-bluetooth@vger.kernel.org"
<linux-bluetooth@vger.kernel.org>,
"dwmw2@infradead.org" <dwmw2@infradead.org>,
Luis Rodriguez <Luis.Rodriguez@Atheros.com>,
Jothikumar Mothilal <Jothikumar.Mothilal@Atheros.com>,
"marcel@holtmann.org" <marcel@holtmann.org>,
Vikram Kandukuri <Vikram.Kandukuri@Atheros.com>
Subject: Re: [PATCH] patch to request new firmware for AR3011 Chip
Date: Tue, 27 Apr 2010 08:55:55 -0700 [thread overview]
Message-ID: <20100427155555.GA7423@tux> (raw)
In-Reply-To: <1272356922.1393.14.camel@atheros013-desktop>
On Tue, Apr 27, 2010 at 01:28:42AM -0700, Suraj Sumangala wrote:
>
> Signed-off-by: Vikram Kandukuri <vkandukuri@atheros.com>
> ---
> drivers/bluetooth/ath3k.c | 9 ++++++---
> 1 files changed, 6 insertions(+), 3 deletions(-)
>
> diff --git a/drivers/bluetooth/ath3k.c b/drivers/bluetooth/ath3k.c
> index 128cae4..7bda549 100644
> --- a/drivers/bluetooth/ath3k.c
> +++ b/drivers/bluetooth/ath3k.c
> @@ -122,9 +122,12 @@ static int ath3k_probe(struct usb_interface *intf,
>
> data->udev = udev;
>
> - if (request_firmware(&firmware, "ath3k-1.fw", &udev->dev) < 0) {
> - kfree(data);
> - return -EIO;
> + if (request_firmware(&firmware, "ath3k-2.fw", &udev->dev) < 0) {
> + BT_DBG("requesting old firmware");
> + if (request_firmware(&firmware, "ath3k-1.fw", &udev->dev) < 0) {
> + kfree(data);
> + return -EIO;
> + }
> }
>
> size = max_t(uint, firmware->size, 4096);
>
Looks OK but your subject should be something like:
[PATCH] ath3k: add support for new firmware
And your commit log is empty, other than your subject, please
be a little more descriptive. Describe what are the shiny new bells
and whistles added onto the new firmware. The more description
you can provide, the better.
Luis
next prev parent reply other threads:[~2010-04-27 15:55 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-03-15 5:01 [PATCH] Added support for Atheros AR300x Bluetooth Chip suraj
2010-03-24 5:27 ` suraj
2010-03-29 9:01 ` suraj
[not found] ` <1271673889.19858.4.camel@atheros013-desktop>
2010-04-19 18:11 ` Support " Luis R. Rodriguez
2010-03-31 10:59 ` [PATCH] Added Host level support for Atheros AR3xxx " suraj
2010-04-19 23:53 ` [PATCH] Added support for Atheros AR300x " Gustavo F. Padovan
2010-04-20 10:20 ` [PATCH v3] " suraj
2010-04-20 15:36 ` Gustavo F. Padovan
2010-04-20 17:34 ` Luis R. Rodriguez
2010-04-21 4:21 ` Suraj Sumangala
2010-04-21 10:22 ` [PATCH v4] Add support for the " suraj
2010-04-21 17:30 ` Luis R. Rodriguez
2010-04-22 6:10 ` Gustavo F. Padovan
2010-04-22 6:54 ` Suraj Sumangala
2010-04-22 8:59 ` Gustavo F. Padovan
2010-04-22 9:10 ` [PATCH v5] " suraj
2010-04-26 11:00 ` suraj
2010-04-27 6:19 ` [PATCH] New Firmware for Atheros bluetooth chipset AR3011 suraj
2010-04-27 8:28 ` [PATCH] patch to request new firmware for AR3011 Chip suraj
2010-04-27 15:55 ` Luis R. Rodriguez [this message]
2010-05-11 9:04 ` [PATCH v2] ath3k: add support for new firmware suraj
2010-05-05 12:33 ` [PATCH v5] Add support for the Atheros AR300x Bluetooth Chip suraj
2010-05-06 7:45 ` buffer starvation with multiple ACL link suraj
2010-05-20 16:02 ` Marcel Holtmann
2010-05-10 20:12 ` [PATCH v5] Add support for the Atheros AR300x Bluetooth Chip Luis R. Rodriguez
2010-05-11 8:29 ` suraj
2010-05-18 11:39 ` suraj
2010-05-12 13:47 ` [PATCH v3] hciattach application support for " suraj
2010-05-20 13:37 ` suraj
2010-05-20 16:00 ` Marcel Holtmann
2010-05-21 5:01 ` Suraj Sumangala
2010-05-21 7:34 ` Marcel Holtmann
2010-05-20 16:09 ` [PATCH v5] Add support for the " Marcel Holtmann
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=20100427155555.GA7423@tux \
--to=lrodriguez@atheros.com \
--cc=Jothikumar.Mothilal@Atheros.com \
--cc=Luis.Rodriguez@Atheros.com \
--cc=Suraj.Sumangala@Atheros.com \
--cc=Vikram.Kandukuri@Atheros.com \
--cc=dwmw2@infradead.org \
--cc=linux-bluetooth@vger.kernel.org \
--cc=marcel@holtmann.org \
/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).