Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 122434
b: refs/heads/master
c: fd568fc
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and David S. Miller committed Dec 4, 2008
1 parent 8824dc2 commit e2759b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 838361fe7828a3ad1aae8dee87620474931dac5e
refs/heads/master: fd568fc3fe46fd87087717811d2f9ed27bb71558
2 changes: 1 addition & 1 deletion trunk/drivers/isdn/mISDN/dsp_hwec.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ static struct mISDN_dsp_element dsp_hwec_p = {
.free = NULL,
.process_tx = NULL,
.process_rx = NULL,
.num_args = sizeof(args) / sizeof(struct mISDN_dsp_element_arg),
.num_args = ARRAY_SIZE(args),
.args = args,
};
struct mISDN_dsp_element *dsp_hwec = &dsp_hwec_p;
Expand Down

0 comments on commit e2759b3

Please sign in to comment.