Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 289850
b: refs/heads/master
c: dc7cdf6
h: refs/heads/master
v: v3
  • Loading branch information
Danny Kukawka authored and David S. Miller committed Feb 1, 2012
1 parent d3de08a commit b9a043a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: d45b9d39a1aed7851948460d29b843ce70eb0a68
refs/heads/master: dc7cdf6c6bfc837501ea403a73eec78a350b1f7f
2 changes: 1 addition & 1 deletion trunk/drivers/net/hamradio/baycom_epp.c
Original file line number Diff line number Diff line change
Expand Up @@ -1162,7 +1162,7 @@ static void baycom_probe(struct net_device *dev)
/*
* command line settable parameters
*/
static const char *mode[NR_PORTS] = { "", };
static char *mode[NR_PORTS] = { "", };
static int iobase[NR_PORTS] = { 0x378, };

module_param_array(mode, charp, NULL, 0);
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/net/hamradio/baycom_par.c
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ static int baycom_ioctl(struct net_device *dev, struct ifreq *ifr,
/*
* command line settable parameters
*/
static const char *mode[NR_PORTS] = { "picpar", };
static char *mode[NR_PORTS] = { "picpar", };
static int iobase[NR_PORTS] = { 0x378, };

module_param_array(mode, charp, NULL, 0);
Expand Down

0 comments on commit b9a043a

Please sign in to comment.