On Fri, Apr 5, 2013 at 6:37 AM, Rusty Russell <[email protected]> wrote: > diff --git a/drivers/remoteproc/remoteproc_virtio.c > b/drivers/remoteproc/remoteproc_virtio.c > index afed9b7..fb8faee 100644 > --- a/drivers/remoteproc/remoteproc_virtio.c > +++ b/drivers/remoteproc/remoteproc_virtio.c > @@ -219,7 +219,7 @@ static void rproc_virtio_finalize_features(struct > virtio_device *vdev) > * fixed as part of a small resource table overhaul and then an > * extension of the virtio resource entries. > */ > - rvdev->gfeatures = vdev->features[0]; > + rvdev->gfeatures = vdev->features; > }
Acked-by: Ohad Ben-Cohen <[email protected]> Thanks! _______________________________________________ Virtualization mailing list [email protected] https://lists.linuxfoundation.org/mailman/listinfo/virtualization
