Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 114915
b: refs/heads/master
c: 0d671b2
h: refs/heads/master
i:
  114913: 0564157
  114911: b46d36d
v: v3
  • Loading branch information
David Fries authored and Linus Torvalds committed Oct 16, 2008
1 parent a593870 commit fa05085
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c30c9b15187e977ab5928f7276e9dfcd8d6f9460
refs/heads/master: 0d671b272af9eb06260ab3fd210d454e98dd4216
5 changes: 5 additions & 0 deletions trunk/drivers/w1/w1.c
Original file line number Diff line number Diff line change
Expand Up @@ -772,6 +772,11 @@ void w1_search(struct w1_master *dev, u8 search_type, w1_slave_found_callback cb
/* extract the direction taken & update the device number */
tmp64 = (triplet_ret >> 2);
rn |= (tmp64 << i);

if (test_bit(W1_MASTER_NEED_EXIT, &dev->flags)) {
printk(KERN_INFO "Abort w1_search (exiting)\n");
return;
}
}

if ( (triplet_ret & 0x03) != 0x03 ) {
Expand Down

0 comments on commit fa05085

Please sign in to comment.