Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 98123
b: refs/heads/master
c: b92dea6
h: refs/heads/master
i:
  98121: 3440846
  98119: cd62a43
v: v3
  • Loading branch information
Mark McLoughlin authored and Linus Torvalds committed Jun 15, 2008
1 parent aa2a497 commit 5acbc11
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: 0269c5c6d9a9de22715ecda589730547435cd3e8
refs/heads/master: b92dea67cc66970cda6b5b11895d08e35b4618e7
2 changes: 1 addition & 1 deletion trunk/drivers/virtio/virtio.c
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,9 @@ static int virtio_dev_probe(struct device *_d)
if (err)
add_status(dev, VIRTIO_CONFIG_S_FAILED);
else {
add_status(dev, VIRTIO_CONFIG_S_DRIVER_OK);
/* They should never have set feature bits beyond 32 */
dev->config->set_features(dev, dev->features[0]);
add_status(dev, VIRTIO_CONFIG_S_DRIVER_OK);
}
return err;
}
Expand Down

0 comments on commit 5acbc11

Please sign in to comment.