Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 183652
b: refs/heads/master
c: 2f1f00f
h: refs/heads/master
v: v3
  • Loading branch information
Christoph Egger authored and John W. Linville committed Jan 14, 2010
1 parent 795ec43 commit a816844
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ececeecee8c60be96368bcc416057f38822012df
refs/heads/master: 2f1f00fc9b477481ad5c63976385c345851fee3d
9 changes: 3 additions & 6 deletions trunk/drivers/net/wireless/b43legacy/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -3962,7 +3962,7 @@ static struct ssb_driver b43legacy_ssb_driver = {

static void b43legacy_print_driverinfo(void)
{
const char *feat_pci = "", *feat_leds = "", *feat_rfkill = "",
const char *feat_pci = "", *feat_leds = "",
*feat_pio = "", *feat_dma = "";

#ifdef CONFIG_B43LEGACY_PCI_AUTOSELECT
Expand All @@ -3971,19 +3971,16 @@ static void b43legacy_print_driverinfo(void)
#ifdef CONFIG_B43LEGACY_LEDS
feat_leds = "L";
#endif
#ifdef CONFIG_B43LEGACY_RFKILL
feat_rfkill = "R";
#endif
#ifdef CONFIG_B43LEGACY_PIO
feat_pio = "I";
#endif
#ifdef CONFIG_B43LEGACY_DMA
feat_dma = "D";
#endif
printk(KERN_INFO "Broadcom 43xx-legacy driver loaded "
"[ Features: %s%s%s%s%s, Firmware-ID: "
"[ Features: %s%s%s%s, Firmware-ID: "
B43legacy_SUPPORTED_FIRMWARE_ID " ]\n",
feat_pci, feat_leds, feat_rfkill, feat_pio, feat_dma);
feat_pci, feat_leds, feat_pio, feat_dma);
}

static int __init b43legacy_init(void)
Expand Down

0 comments on commit a816844

Please sign in to comment.