From 49dc3f16a42e3be510ad27a90f2ec1648542fd5d Mon Sep 17 00:00:00 2001 From: Philipp Zabel Date: Fri, 27 Feb 2009 17:54:08 +0100 Subject: [PATCH] --- yaml --- r: 161932 b: refs/heads/master c: cb6dbd79628a53e66352387b53b426fa88640bfe h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/bluetooth/dtl1_cs.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index aeaf31a40a9e..08e7b39ab198 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: cc677441007a48f56117e74ac8cfc19c7851fac7 +refs/heads/master: cb6dbd79628a53e66352387b53b426fa88640bfe diff --git a/trunk/drivers/bluetooth/dtl1_cs.c b/trunk/drivers/bluetooth/dtl1_cs.c index 2cc7b3266eaf..b881a9cd8741 100644 --- a/trunk/drivers/bluetooth/dtl1_cs.c +++ b/trunk/drivers/bluetooth/dtl1_cs.c @@ -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);