Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 179723
b: refs/heads/master
c: 18c576f
h: refs/heads/master
i:
  179721: 40e57c5
  179719: ab71004
v: v3
  • Loading branch information
Pavel Machek authored and Greg Kroah-Hartman committed Jan 20, 2010
1 parent b1ab6b8 commit 973cd34
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 2e2eb509aa7a333fe9931cf306fc7dbc3473f25b
refs/heads/master: 18c576f950167ff3ec1e56dcbbec7b87288b3237
3 changes: 2 additions & 1 deletion trunk/drivers/serial/serial_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,8 @@ static void quirk_wakeup_oxsemi(struct pcmcia_device *link)
{
struct serial_info *info = link->priv;

outb(12, info->c950ctrl + 1);
if (info->c950ctrl)
outb(12, info->c950ctrl + 1);
}

/* request_region? oxsemi branch does no request_region too... */
Expand Down

0 comments on commit 973cd34

Please sign in to comment.