Commit 2aeb85c9 authored by Adrian Bunk's avatar Adrian Bunk Committed by Linus Torvalds

[PATCH] mxser.c: remove unused variable

drivers/char/mxser.c: In function `mxser_initbrd':
drivers/char/mxser.c:551: warning: unused variable `flags'
Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 048f1465
...@@ -548,7 +548,6 @@ static void process_txrx_fifo(struct mxser_struct *info) ...@@ -548,7 +548,6 @@ static void process_txrx_fifo(struct mxser_struct *info)
static int mxser_initbrd(int board, struct mxser_hwconf *hwconf) static int mxser_initbrd(int board, struct mxser_hwconf *hwconf)
{ {
struct mxser_struct *info; struct mxser_struct *info;
unsigned long flags;
int retval; int retval;
int i, n; int i, n;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment