Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 315667
b: refs/heads/master
c: 510df25
h: refs/heads/master
i:
  315665: eb7d31c
  315663: d3084c6
v: v3
  • Loading branch information
Andrei Emeltchenko authored and Gustavo Padovan committed Jun 30, 2012
1 parent bb53121 commit 5f2b11a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: 46afededca7d8b0117e05b23e5cbcfa0e2bbbd92
refs/heads/master: 510df2515f6b0afdd7604aee21b02b8f339e9344
2 changes: 1 addition & 1 deletion trunk/drivers/bluetooth/bt3c_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/bluetooth/btuart_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ static int btuart_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))
Expand Down

0 comments on commit 5f2b11a

Please sign in to comment.