Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 366645
b: refs/heads/master
c: 01c8132
h: refs/heads/master
i:
  366643: cf1a973
v: v3
  • Loading branch information
Alexandru Gheorghiu authored and Mauro Carvalho Chehab committed Mar 21, 2013
1 parent d5f5124 commit d369f45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 70b8ff3c3d454aa5fd8b478fd829b6bd3a4345db
refs/heads/master: 01c8132303ea5ea237cdc85ae7f144f62747910b
3 changes: 1 addition & 2 deletions trunk/drivers/staging/media/davinci_vpfe/dm365_ipipeif.c
Original file line number Diff line number Diff line change
Expand Up @@ -1065,7 +1065,6 @@ vpfe_ipipeif_cleanup(struct vpfe_ipipeif_device *ipipeif,
iounmap(ipipeif->ipipeif_base_addr);
res = platform_get_resource(pdev, IORESOURCE_MEM, 3);
if (res)
release_mem_region(res->start,
res->end - res->start + 1);
release_mem_region(res->start, resource_size(res));

}

0 comments on commit d369f45

Please sign in to comment.