Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 71197
b: refs/heads/master
c: c148b9d
h: refs/heads/master
i:
  71195: 445f94b
v: v3
  • Loading branch information
Jiri Slaby authored and Linus Torvalds committed Oct 18, 2007
1 parent ffab763 commit b7636b6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 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: ac6aec2f5683588361ab408cb3346b08c66bdfbe
refs/heads/master: c148b9d555decb77bba08fbcf2493ed427918c4e
12 changes: 0 additions & 12 deletions trunk/drivers/char/rocket.c
Original file line number Diff line number Diff line change
Expand Up @@ -2375,18 +2375,6 @@ static int __init rp_init(void)
if (!rocket_driver)
return -ENOMEM;

/*
* Initialize the array of pointers to our own internal state
* structures.
*/
memset(rp_table, 0, sizeof (rp_table));
memset(xmit_flags, 0, sizeof (xmit_flags));

for (i = 0; i < MAX_RP_PORTS; i++)
lineNumbers[i] = 0;
nextLineNumber = 0;
memset(rocketModel, 0, sizeof (rocketModel));

/*
* If board 1 is non-zero, there is at least one ISA configured. If controller is
* zero, use the default controller IO address of board1 + 0x40.
Expand Down

0 comments on commit b7636b6

Please sign in to comment.