Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 338412
b: refs/heads/master
c: 50827fb
h: refs/heads/master
v: v3
  • Loading branch information
Feng Tang authored and Greg Kroah-Hartman committed Nov 16, 2012
1 parent df5b15d commit 7310adc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9642dbe73c8a3b55a812253fcb9add9eeed4ca81
refs/heads/master: 50827fbde161a4ccb05a649752dd221b083f5ea5
3 changes: 3 additions & 0 deletions trunk/drivers/tty/serial/mfd.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
#include <linux/serial_mfd.h>
#include <linux/dma-mapping.h>
#include <linux/pci.h>
#include <linux/nmi.h>
#include <linux/io.h>
#include <linux/debugfs.h>
#include <linux/pm_runtime.h>
Expand Down Expand Up @@ -1113,6 +1114,8 @@ serial_hsu_console_write(struct console *co, const char *s, unsigned int count)
unsigned int ier;
int locked = 1;

touch_nmi_watchdog();

local_irq_save(flags);
if (up->port.sysrq)
locked = 0;
Expand Down

0 comments on commit 7310adc

Please sign in to comment.