Merge tag 'dlm-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm
[deliverable/linux.git] / drivers / bluetooth / bt3c_cs.c
index b2b0fbbb43b5dd152878747b9befdf6fc27f5418..8925b6d672a6ef7c14dc89741e7662fc3e057ef4 100644 (file)
@@ -664,7 +664,7 @@ static int bt3c_check_config(struct pcmcia_device *p_dev, void *priv_data)
 {
        int *try = priv_data;
 
-       if (try == 0)
+       if (!try)
                p_dev->io_lines = 16;
 
        if ((p_dev->resource[0]->end != 8) || (p_dev->resource[0]->start == 0))
This page took 0.024661 seconds and 5 git commands to generate.