Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 217316
b: refs/heads/master
c: e1a75a1
h: refs/heads/master
v: v3
  • Loading branch information
Nicolas Kaiser authored and Tomi Valkeinen committed Oct 22, 2010
1 parent 71e4fe1 commit d286ad7
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: e66345297d9ab3566eff0503d79eedda3c652428
refs/heads/master: e1a75a1aa11a4f48668ef295368ae1b65bd960c7
2 changes: 1 addition & 1 deletion trunk/arch/arm/plat-omap/fb.c
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ static int set_fbmem_region_type(struct omapfb_mem_region *rg, int mem_type,
* type = 0 && paddr = 0, a default don't care case maps to
* the SDRAM type.
*/
if (rg->type || (!rg->type && !rg->paddr))
if (rg->type || !rg->paddr)
return 0;
if (ranges_overlap(rg->paddr, rg->size, mem_start, mem_size)) {
rg->type = mem_type;
Expand Down

0 comments on commit d286ad7

Please sign in to comment.