Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 161932
b: refs/heads/master
c: cb6dbd7
h: refs/heads/master
v: v3
  • Loading branch information
Philipp Zabel authored and Greg Kroah-Hartman committed Sep 15, 2009
1 parent 30f8a5e commit 49dc3f1
Show file tree
Hide file tree
Showing 2 changed files with 2 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: cc677441007a48f56117e74ac8cfc19c7851fac7
refs/heads/master: cb6dbd79628a53e66352387b53b426fa88640bfe
2 changes: 1 addition & 1 deletion trunk/drivers/bluetooth/dtl1_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@ static int dtl1_config(struct pcmcia_device *link)

/* Look for a generic full-sized window */
link->io.NumPorts1 = 8;
if (!pcmcia_loop_config(link, dtl1_confcheck, NULL))
if (pcmcia_loop_config(link, dtl1_confcheck, NULL) < 0)
goto failed;

i = pcmcia_request_irq(link, &link->irq);
Expand Down

0 comments on commit 49dc3f1

Please sign in to comment.