projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49bbd81
)
nuc900fb: release correct mem region
author
Dan Carpenter
<
[email protected]
>
Mon, 24 May 2010 21:34:09 +0000
(14:34 -0700)
committer
Linus Torvalds
<
[email protected]
>
Tue, 25 May 2010 15:07:09 +0000
(08:07 -0700)
We should be releasing "res->start" here.
Signed-off-by: Dan Carpenter <
[email protected]
>
Acked-by: Wan ZongShun <
[email protected]
>
Cc: Wang Qiang <
[email protected]
>
Cc: Russell King <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
drivers/video/nuc900fb.c
patch
|
blob
|
history
diff --git
a/drivers/video/nuc900fb.c
b/drivers/video/nuc900fb.c
index 6bf0d460a738532a39e767ed4719aa3db3833359..d4cde79ea15e61362a34736179520053d68383bc 100644
(file)
--- a/
drivers/video/nuc900fb.c
+++ b/
drivers/video/nuc900fb.c
@@
-667,7
+667,7
@@
release_irq:
release_regs:
iounmap(fbi->io);
release_mem_region:
- release_mem_region(
(unsigned long)fbi->mem
, size);
+ release_mem_region(
res->start
, size);
free_fb:
framebuffer_release(fbinfo);
return ret;