Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 296423
b: refs/heads/master
c: 5eaa341
h: refs/heads/master
i:
  296421: fb68d19
  296419: fb9d854
  296415: 0b136a1
v: v3
  • Loading branch information
Al Viro authored and Richard Weinberger committed Mar 24, 2012
1 parent 210c957 commit 0107752
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 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: 1f42369cfc2ea9dcd2b443f80060048e4683d7ad
refs/heads/master: 5eaa3411a80fe50b3a0333389e0e259c580869e9
1 change: 0 additions & 1 deletion trunk/arch/um/drivers/line.c
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,6 @@ int line_setup_irq(int fd, int input, int output, struct line *line, void *data)
err = um_request_irq(driver->write_irq, fd, IRQ_WRITE,
line_write_interrupt, flags,
driver->write_irq_name, data);
line->have_irq = 1;
return err;
}

Expand Down
1 change: 0 additions & 1 deletion trunk/arch/um/drivers/line.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ struct line {
int sigio;
struct delayed_work task;
const struct line_driver *driver;
int have_irq;
};

extern void line_close(struct tty_struct *tty, struct file * filp);
Expand Down

0 comments on commit 0107752

Please sign in to comment.