Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 295985
b: refs/heads/master
c: 7d2d395
h: refs/heads/master
i:
  295983: 7a6e12c
v: v3
  • Loading branch information
Mark Grosen authored and Ohad Ben-Cohen committed Feb 8, 2012
1 parent d075635 commit 47bd289
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: 0798e1da7a1cc467f56bfa5149a0eede5ae38f72
refs/heads/master: 7d2d3956fbc1aa9a3ccdc9389b88505232764d4f
2 changes: 1 addition & 1 deletion trunk/drivers/remoteproc/remoteproc_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,7 @@ static int
rproc_handle_virtio_rsc(struct rproc *rproc, struct fw_resource *rsc, int len)
{
struct device *dev = rproc->dev;
int ret = 0;
int ret = -ENODEV;

for (; len >= sizeof(*rsc); rsc++, len -= sizeof(*rsc))
if (rsc->type == RSC_VIRTIO_DEV) {
Expand Down

0 comments on commit 47bd289

Please sign in to comment.