Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 214515
b: refs/heads/master
c: 6fa59c9
h: refs/heads/master
i:
  214513: 3edca61
  214511: 25bf6da
v: v3
  • Loading branch information
Joe Perches authored and David S. Miller committed Sep 15, 2010
1 parent 5b88734 commit 0a1a938
Show file tree
Hide file tree
Showing 3 changed files with 7 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: 6f68ad7fbb421df0aa3c267768245b2e86a91f74
refs/heads/master: 6fa59c9da82adcc7d63a2776969548e2b45448e0
4 changes: 3 additions & 1 deletion trunk/drivers/net/3c515.c
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,9 @@ static int corkscrew_setup(struct net_device *dev, int ioaddr,
pr_warning(" *** Warning: this IRQ is unlikely to work! ***\n");

{
char *ram_split[] = { "5:3", "3:1", "1:1", "3:5" };
static const char * const ram_split[] = {
"5:3", "3:1", "1:1", "3:5"
};
__u32 config;
EL3WINDOW(3);
vp->available_media = inw(ioaddr + Wn3_Options);
Expand Down
4 changes: 3 additions & 1 deletion trunk/drivers/net/eth16i.c
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,9 @@ static void eth16i_initialize(struct net_device *dev, int boot)

/* Set interface port type */
if(boot) {
char *porttype[] = {"BNC", "DIX", "TP", "AUTO", "FROM_EPROM" };
static const char * const porttype[] = {
"BNC", "DIX", "TP", "AUTO", "FROM_EPROM"
};

switch(dev->if_port)
{
Expand Down

0 comments on commit 0a1a938

Please sign in to comment.