diff options
Diffstat (limited to 'drivers/bluetooth/btuart_cs.c')
-rw-r--r-- | drivers/bluetooth/btuart_cs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/bluetooth/btuart_cs.c b/drivers/bluetooth/btuart_cs.c index 65b8d996840c..21e803a6a281 100644 --- a/drivers/bluetooth/btuart_cs.c +++ b/drivers/bluetooth/btuart_cs.c | |||
@@ -593,7 +593,7 @@ static int btuart_check_config(struct pcmcia_device *p_dev, void *priv_data) | |||
593 | { | 593 | { |
594 | int *try = priv_data; | 594 | int *try = priv_data; |
595 | 595 | ||
596 | if (try == 0) | 596 | if (!try) |
597 | p_dev->io_lines = 16; | 597 | p_dev->io_lines = 16; |
598 | 598 | ||
599 | if ((p_dev->resource[0]->end != 8) || (p_dev->resource[0]->start == 0)) | 599 | if ((p_dev->resource[0]->end != 8) || (p_dev->resource[0]->start == 0)) |