Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 292115
b: refs/heads/master
c: c6e8ac0
h: refs/heads/master
i:
  292113: 4c4b042
  292111: bab1ad2
v: v3
  • Loading branch information
Frans Meulenbroeks authored and Guenter Roeck committed Mar 19, 2012
1 parent 0ff308b commit 0e1362b
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 99b8c83a7720da66c9054aa06f5c13c30555c17d
refs/heads/master: c6e8ac0405c4274d4d716eee2340d8d8dee2b429
3 changes: 2 additions & 1 deletion trunk/drivers/hwmon/asus_atk0110.c
Original file line number Diff line number Diff line change
Expand Up @@ -1318,7 +1318,8 @@ static int atk_probe_if(struct atk_data *data)
*/
if (new_if)
dev_info(dev, "Overriding interface detection\n");
if (data->rtmp_handle && data->rvlt_handle && data->rfan_handle && !new_if)
if (data->rtmp_handle &&
data->rvlt_handle && data->rfan_handle && !new_if)
data->old_interface = true;
else if (data->enumerate_handle && data->read_handle &&
data->write_handle)
Expand Down

0 comments on commit 0e1362b

Please sign in to comment.