Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 134621
b: refs/heads/master
c: fc68ed4
h: refs/heads/master
i:
  134619: 0356c1b
v: v3
  • Loading branch information
Hannes Eder authored and David S. Miller committed Feb 18, 2009
1 parent 15e0fde commit e2eb0ad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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: 93f726a90d1446c9e5a40fe8f88086542b273e7c
refs/heads/master: fc68ed4fd7fdfafbefb270cf44194096156c7943
10 changes: 5 additions & 5 deletions trunk/drivers/net/wireless/b43/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1961,12 +1961,12 @@ static void b43_release_firmware(struct b43_wldev *dev)

static void b43_print_fw_helptext(struct b43_wl *wl, bool error)
{
const char *text;
const char text[] =
"You must go to " \
"http://wireless.kernel.org/en/users/Drivers/b43#devicefirmware " \
"and download the correct firmware for this driver version. " \
"Please carefully read all instructions on this website.\n";

text = "You must go to "
"http://wireless.kernel.org/en/users/Drivers/b43#devicefirmware "
"and download the correct firmware for this driver version. "
"Please carefully read all instructions on this website.\n";
if (error)
b43err(wl, text);
else
Expand Down

0 comments on commit e2eb0ad

Please sign in to comment.