Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 95204
b: refs/heads/master
c: f559226
h: refs/heads/master
v: v3
  • Loading branch information
Harvey Harrison authored and Linus Torvalds committed Apr 30, 2008
1 parent 8445fa9 commit a95526a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 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: ec09cd562135158dcb8a6c08e5a9efa36febedb1
refs/heads/master: f5592268a5aa5e02f36f396de47c94a1506e3678
6 changes: 0 additions & 6 deletions trunk/drivers/char/esp.c
Original file line number Diff line number Diff line change
Expand Up @@ -1600,8 +1600,6 @@ static int set_esp_config(struct esp_struct * info,

if ((new_config.flow_off != info->config.flow_off) ||
(new_config.flow_on != info->config.flow_on)) {
unsigned long flags;

info->config.flow_off = new_config.flow_off;
info->config.flow_on = new_config.flow_on;

Expand All @@ -1616,8 +1614,6 @@ static int set_esp_config(struct esp_struct * info,

if ((new_config.rx_trigger != info->config.rx_trigger) ||
(new_config.tx_trigger != info->config.tx_trigger)) {
unsigned long flags;

info->config.rx_trigger = new_config.rx_trigger;
info->config.tx_trigger = new_config.tx_trigger;
spin_lock_irqsave(&info->lock, flags);
Expand All @@ -1632,8 +1628,6 @@ static int set_esp_config(struct esp_struct * info,
}

if (new_config.rx_timeout != info->config.rx_timeout) {
unsigned long flags;

info->config.rx_timeout = new_config.rx_timeout;
spin_lock_irqsave(&info->lock, flags);

Expand Down

0 comments on commit a95526a

Please sign in to comment.