Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 97522
b: refs/heads/master
c: 7f31fe0
h: refs/heads/master
v: v3
  • Loading branch information
Christian Borntraeger authored and Rusty Russell committed May 30, 2008
1 parent 585d27d commit 12c4b58
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: 52a3a05f3ab82655ffa4c9bf6835565c98a3c2e5
refs/heads/master: 7f31fe05000af54e1af81f65a96cab90db8d7ed8
2 changes: 1 addition & 1 deletion trunk/include/linux/virtio_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ static inline bool virtio_has_feature(const struct virtio_device *vdev,
* The return value is -ENOENT if the feature doesn't exist. Otherwise
* the config value is copied into whatever is pointed to by v. */
#define virtio_config_val(vdev, fbit, offset, v) \
virtio_config_buf((vdev), (fbit), (offset), (v), sizeof(v))
virtio_config_buf((vdev), (fbit), (offset), (v), sizeof(*v))

static inline int virtio_config_buf(struct virtio_device *vdev,
unsigned int fbit,
Expand Down

0 comments on commit 12c4b58

Please sign in to comment.