Commit 38542c88 authored by Russell King's avatar Russell King

[SERIAL] Remove unused variable.

parent f34acba3
...@@ -311,7 +311,7 @@ static int ...@@ -311,7 +311,7 @@ static int
sbs_setup(struct pci_dev *dev, struct pci_board *board, sbs_setup(struct pci_dev *dev, struct pci_board *board,
struct serial_struct *req, int idx) struct serial_struct *req, int idx)
{ {
unsigned int bar, offset = board->first_offset, maxnr; unsigned int bar, offset = board->first_offset;
bar = 0; bar = 0;
......
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