Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 187305
b: refs/heads/master
c: 582ef52
h: refs/heads/master
i:
  187303: f19570e
v: v3
  • Loading branch information
Alberto Panizzo authored and Linus Torvalds committed Mar 12, 2010
1 parent fea8b97 commit 239157a
Show file tree
Hide file tree
Showing 2 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: 6786073927c3ff3eb7fc3d2192e761e86fa0d352
refs/heads/master: 582ef52a5d5650931f6d76c81d824bd98419ac8a
4 changes: 2 additions & 2 deletions trunk/drivers/w1/masters/mxc_w1.c
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ static u8 mxc_w1_ds2_touch_bit(void *data, u8 bit)
return ((__raw_readb(ctrl_addr)) >> 3) & 0x1;
}

static int __init mxc_w1_probe(struct platform_device *pdev)
static int __devinit mxc_w1_probe(struct platform_device *pdev)
{
struct mxc_w1_device *mdev;
struct resource *res;
Expand Down Expand Up @@ -166,7 +166,7 @@ static int __init mxc_w1_probe(struct platform_device *pdev)
/*
* disassociate the w1 device from the driver
*/
static int mxc_w1_remove(struct platform_device *pdev)
static int __devexit mxc_w1_remove(struct platform_device *pdev)
{
struct mxc_w1_device *mdev = platform_get_drvdata(pdev);
struct resource *res;
Expand Down

0 comments on commit 239157a

Please sign in to comment.