b43-dev.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 2/2] b43legacy: remove asm/atomic.h includes as suggested by checkpatch.pl
       [not found] ` <20110726153655.24611.76833.stgit@mj.roinet.com>
@ 2011-07-26 15:55   ` Larry Finger
  0 siblings, 0 replies; 3+ messages in thread
From: Larry Finger @ 2011-07-26 15:55 UTC (permalink / raw)
  To: Pavel Roskin; +Cc: linux-wireless, b43-dev, John W. Linville

On 07/26/2011 10:36 AM, Pavel Roskin wrote:
> Including linux/atomic.h doesn't appear to be necessary.
>
> Signed-off-by: Pavel Roskin<proski@gnu.org>

As b43 manages to also do atomic operations without this header, this patch 
should be OK for all architectures.

ACKed-by: Larry Finger <Larry.Finger@lwfinger.net>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH 1/2] b43legacy: report core number
       [not found] <20110726153648.24611.49190.stgit@mj.roinet.com>
       [not found] ` <20110726153655.24611.76833.stgit@mj.roinet.com>
@ 2011-07-26 15:57 ` Larry Finger
       [not found]   ` <4E2EE66C.8030308@gnu.org>
  1 sibling, 1 reply; 3+ messages in thread
From: Larry Finger @ 2011-07-26 15:57 UTC (permalink / raw)
  To: Pavel Roskin; +Cc: linux-wireless, b43-dev, John W. Linville

On 07/26/2011 10:36 AM, Pavel Roskin wrote:
> Signed-off-by: Pavel Roskin<proski@gnu.org>
> ---
>   0 files changed, 0 insertions(+), 0 deletions(-)

Very informative diffstat! :)

>
> diff --git a/drivers/net/wireless/b43legacy/main.c b/drivers/net/wireless/b43legacy/main.c
> index ffa4671..224991a 100644
> --- a/drivers/net/wireless/b43legacy/main.c
> +++ b/drivers/net/wireless/b43legacy/main.c
> @@ -3785,7 +3785,8 @@ static int b43legacy_wireless_init(struct ssb_device *dev)
>   	INIT_WORK(&wl->beacon_update_trigger, b43legacy_beacon_update_trigger_work);
>
>   	ssb_set_devtypedata(dev, wl);
> -	b43legacyinfo(wl, "Broadcom %04X WLAN found\n", dev->bus->chip_id);
> +	b43legacyinfo(wl, "Broadcom %04X WLAN found (core revision %u)\n",
> +		      dev->bus->chip_id, dev->id.revision);
>   	err = 0;
>   out:
>   	return err;

ACKed-by: Larry Finger <Larry.Finger@lwfinger.net>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH 1/2] b43legacy: report core number
       [not found]   ` <4E2EE66C.8030308@gnu.org>
@ 2011-08-03 15:55     ` Kalle Valo
  0 siblings, 0 replies; 3+ messages in thread
From: Kalle Valo @ 2011-08-03 15:55 UTC (permalink / raw)
  To: Pavel Roskin; +Cc: Larry Finger, linux-wireless, b43-dev, John W. Linville

Pavel Roskin <proski@gnu.org> writes:

>>> 0 files changed, 0 insertions(+), 0 deletions(-)
>>
>> Very informative diffstat! :)
>
> That happens if "stg mail" is run from a directory that is not above
> the changed files.  I'll try to get it fixed.

Is stgit still alive? I haven't seen a release for a long time.

-- 
Kalle Valo

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-08-03 15:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20110726153648.24611.49190.stgit@mj.roinet.com>
     [not found] ` <20110726153655.24611.76833.stgit@mj.roinet.com>
2011-07-26 15:55   ` [PATCH 2/2] b43legacy: remove asm/atomic.h includes as suggested by checkpatch.pl Larry Finger
2011-07-26 15:57 ` [PATCH 1/2] b43legacy: report core number Larry Finger
     [not found]   ` <4E2EE66C.8030308@gnu.org>
2011-08-03 15:55     ` Kalle Valo

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).