linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] staging: brcm80211: Change print macro for debug only code
@ 2011-04-27 17:22 Franky Lin
  2011-04-27 17:38 ` Franky (Zhenhui) Lin
  0 siblings, 1 reply; 3+ messages in thread
From: Franky Lin @ 2011-04-27 17:22 UTC (permalink / raw)
  To: gregkh; +Cc: devel, linux-wireless, brudley, henryp, hharte

Change the debug macro from DHD_ERROR to DHD_INFO in
dhdsdio_sdiod_drive_strength_init to fix a compile error when
BCM_DEBUG is not turned on

Signed-off-by: Franky Lin <frankyl@broadcom.com>
---
 drivers/staging/brcm80211/brcmfmac/dhd_sdio.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/staging/brcm80211/brcmfmac/dhd_sdio.c b/drivers/staging/brcm80211/brcmfmac/dhd_sdio.c
index 6debc1e..299efa0 100644
--- a/drivers/staging/brcm80211/brcmfmac/dhd_sdio.c
+++ b/drivers/staging/brcm80211/brcmfmac/dhd_sdio.c
@@ -6363,7 +6363,7 @@ dhdsdio_sdiod_drive_strength_init(struct dhd_bus *bus, u32 drivestrength) {
 		str_shift = 11;
 		break;
 	default:
-		DHD_ERROR(("No SDIO Drive strength init"
+		DHD_INFO(("No SDIO Drive strength init"
 			"done for chip %s rev %d pmurev %d\n",
 			bcm_chipname(bus->ci->chip, chn, 8),
 			bus->ci->chiprev, bus->ci->pmurev));
-- 
1.7.1



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

* RE: [PATCH] staging: brcm80211: Change print macro for debug only code
  2011-04-27 17:22 [PATCH] staging: brcm80211: Change print macro for debug only code Franky Lin
@ 2011-04-27 17:38 ` Franky (Zhenhui) Lin
  2011-04-27 22:01   ` Greg KH
  0 siblings, 1 reply; 3+ messages in thread
From: Franky (Zhenhui) Lin @ 2011-04-27 17:38 UTC (permalink / raw)
  To: gregkh@suse.de
  Cc: devel@linuxdriverproject.org, linux-wireless@vger.kernel.org,
	Brett Rudley, Henry Ptasinski, Howard Harte

Hi Greg,

Please drop this patch. We will sync internally and send the patches out again. Sorry for the inconvenience.

Thanks
Franky

> -----Original Message-----
> From: linux-wireless-owner@vger.kernel.org [mailto:linux-wireless-
> owner@vger.kernel.org] On Behalf Of Franky Lin
> Sent: Wednesday, April 27, 2011 10:23 AM
> To: gregkh@suse.de
> Cc: devel@linuxdriverproject.org; linux-wireless@vger.kernel.org; Brett
> Rudley; Henry Ptasinski; Howard Harte
> Subject: [PATCH] staging: brcm80211: Change print macro for debug only
> code
> 
> Change the debug macro from DHD_ERROR to DHD_INFO in
> dhdsdio_sdiod_drive_strength_init to fix a compile error when
> BCM_DEBUG is not turned on
> 
> Signed-off-by: Franky Lin <frankyl@broadcom.com>
> ---
>  drivers/staging/brcm80211/brcmfmac/dhd_sdio.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/drivers/staging/brcm80211/brcmfmac/dhd_sdio.c
> b/drivers/staging/brcm80211/brcmfmac/dhd_sdio.c
> index 6debc1e..299efa0 100644
> --- a/drivers/staging/brcm80211/brcmfmac/dhd_sdio.c
> +++ b/drivers/staging/brcm80211/brcmfmac/dhd_sdio.c
> @@ -6363,7 +6363,7 @@ dhdsdio_sdiod_drive_strength_init(struct dhd_bus
> *bus, u32 drivestrength) {
>  		str_shift = 11;
>  		break;
>  	default:
> -		DHD_ERROR(("No SDIO Drive strength init"
> +		DHD_INFO(("No SDIO Drive strength init"
>  			"done for chip %s rev %d pmurev %d\n",
>  			bcm_chipname(bus->ci->chip, chn, 8),
>  			bus->ci->chiprev, bus->ci->pmurev));
> --
> 1.7.1
> 
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-
> wireless" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html



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

* Re: [PATCH] staging: brcm80211: Change print macro for debug only code
  2011-04-27 17:38 ` Franky (Zhenhui) Lin
@ 2011-04-27 22:01   ` Greg KH
  0 siblings, 0 replies; 3+ messages in thread
From: Greg KH @ 2011-04-27 22:01 UTC (permalink / raw)
  To: Franky (Zhenhui) Lin
  Cc: devel@linuxdriverproject.org, linux-wireless@vger.kernel.org,
	Brett Rudley, Henry Ptasinski, Howard Harte


A: No.
Q: Should I include quotations after my reply?

http://daringfireball.net/2007/07/on_top

On Wed, Apr 27, 2011 at 10:38:42AM -0700, Franky (Zhenhui) Lin wrote:
> Hi Greg,
> 
> Please drop this patch. We will sync internally and send the patches
> out again. Sorry for the inconvenience.

dropped.

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

end of thread, other threads:[~2011-04-27 22:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-27 17:22 [PATCH] staging: brcm80211: Change print macro for debug only code Franky Lin
2011-04-27 17:38 ` Franky (Zhenhui) Lin
2011-04-27 22:01   ` Greg KH

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