Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 43656
b: refs/heads/master
c: 06cc86b
h: refs/heads/master
v: v3
  • Loading branch information
Jiri Slaby authored and Linus Torvalds committed Dec 8, 2006
1 parent f9a0b9b commit 6c7387d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 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: 7a7a5c3303a66c9000f270d6dd03ddeda8c80768
refs/heads/master: 06cc86b5bd4edcf5e7d68624f7d5c9951916f3d1
7 changes: 0 additions & 7 deletions trunk/drivers/char/mxser_new.c
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,6 @@ static int __init mxser_init(void)
MXSER_VERSION);

/* Initialize the tty_driver structure */
memset(mxvar_sdriver, 0, sizeof(struct tty_driver));
mxvar_sdriver->magic = TTY_DRIVER_MAGIC;
mxvar_sdriver->name = "ttyM";
mxvar_sdriver->major = ttymajor;
Expand All @@ -721,12 +720,6 @@ static int __init mxser_init(void)
mxvar_sdriver->termios_locked = mxvar_termios_locked;

mxvar_diagflag = 0;
memset(mxser_boards, 0, sizeof(mxser_boards));
memset(&mxvar_log, 0, sizeof(struct mxser_log));

memset(&mxser_msr, 0, sizeof(unsigned char) * (MXSER_PORTS + 1));
memset(&mon_data_ext, 0, sizeof(struct mxser_mon_ext));
memset(&mxser_set_baud_method, 0, sizeof(int) * (MXSER_PORTS + 1));

m = 0;
/* Start finding ISA boards here */
Expand Down

0 comments on commit 6c7387d

Please sign in to comment.