Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 83275
b: refs/heads/master
c: cd8d627
h: refs/heads/master
i:
  83273: 526cbda
  83271: f832908
v: v3
  • Loading branch information
Randy Dunlap authored and David S. Miller committed Feb 5, 2008
1 parent 7a64cad commit 428a48e
Show file tree
Hide file tree
Showing 2 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: 7cc08b55fc476a9474e4dc9da41071b5dc2b406e
refs/heads/master: cd8d627a6b66d9755637b4dad2083864a9bfce9a
4 changes: 2 additions & 2 deletions trunk/drivers/net/hamradio/dmascc.c
Original file line number Diff line number Diff line change
Expand Up @@ -262,8 +262,8 @@ static void tm_isr(struct scc_priv *priv);

static int io[MAX_NUM_DEVS] __initdata = { 0, };

/* Beware! hw[] is also used in cleanup_module(). */
static struct scc_hardware hw[NUM_TYPES] __initdata_or_module = HARDWARE;
/* Beware! hw[] is also used in dmascc_exit(). */
static struct scc_hardware hw[NUM_TYPES] = HARDWARE;


/* Global variables */
Expand Down

0 comments on commit 428a48e

Please sign in to comment.