Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 132222
b: refs/heads/master
c: 8d0df7a
h: refs/heads/master
v: v3
  • Loading branch information
Daniel Mack authored and Linus Torvalds committed Mar 12, 2009
1 parent 925eef8 commit 5de9b0f
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: 00699e8472cc0209d57b5c5614bc2ec98e665004
refs/heads/master: 8d0df7a3d1ecbaf5d5602a59055c8ca993855bed
2 changes: 1 addition & 1 deletion trunk/drivers/w1/masters/w1-gpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ static u8 w1_gpio_read_bit(void *data)
{
struct w1_gpio_platform_data *pdata = data;

return gpio_get_value(pdata->pin);
return gpio_get_value(pdata->pin) ? 1 : 0;
}

static int __init w1_gpio_probe(struct platform_device *pdev)
Expand Down

0 comments on commit 5de9b0f

Please sign in to comment.