Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 38219
b: refs/heads/master
c: fe59d53
h: refs/heads/master
i:
  38217: ef2b2d2
  38215: 0d76d88
v: v3
  • Loading branch information
Russell King authored and Russell King committed Oct 1, 2006
1 parent 2805ffa commit def2e06
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 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: bcf5111a58c7db968c3fb9cd77e340a5e076f549
refs/heads/master: fe59d5372ae719ca4550958f1e5bb4dd6eeac9cd
14 changes: 6 additions & 8 deletions trunk/drivers/serial/serial_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -307,16 +307,14 @@ static int serial_suspend(struct pcmcia_device *link)

static int serial_resume(struct pcmcia_device *link)
{
if (pcmcia_dev_present(link)) {
struct serial_info *info = link->priv;
int i;
struct serial_info *info = link->priv;
int i;

for (i = 0; i < info->ndev; i++)
serial8250_resume_port(info->line[i]);
for (i = 0; i < info->ndev; i++)
serial8250_resume_port(info->line[i]);

if (info->quirk && info->quirk->wakeup)
info->quirk->wakeup(link);
}
if (info->quirk && info->quirk->wakeup)
info->quirk->wakeup(link);

return 0;
}
Expand Down

0 comments on commit def2e06

Please sign in to comment.