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:
19c1a8b
)
pm2fb: fix of jumps in pm2fb_probe
author
Krzysztof Helt
<
[email protected]
>
Tue, 8 May 2007 07:40:16 +0000
(
00:40
-0700)
committer
Linus Torvalds
<
[email protected]
>
Tue, 8 May 2007 18:15:33 +0000
(11:15 -0700)
This patch fixes incorrect targets of jumps when an error occurs in the
pm2fb_probe.
Signed-off-by: Krzysztof Helt <
[email protected]
>
Signed-off-by: Antonino Daplas <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
drivers/video/pm2fb.c
patch
|
blob
|
history
diff --git
a/drivers/video/pm2fb.c
b/drivers/video/pm2fb.c
index 7f4c753b1d890e5a373e69ce0c5f418892dc7dee..1ac5264bb2c150cdfeee12b5c43203aab6bcc7c1 100644
(file)
--- a/
drivers/video/pm2fb.c
+++ b/
drivers/video/pm2fb.c
@@
-1335,10
+1335,10
@@
static int __devinit pm2fb_probe(struct pci_dev *pdev,
info->var = pm2fb_var;
if (fb_alloc_cmap(&info->cmap, 256, 0) < 0)
- goto err_exit_
all
;
+ goto err_exit_
both
;
if (register_framebuffer(info) < 0)
- goto err_exit_
both
;
+ goto err_exit_
all
;
printk(KERN_INFO "fb%d: %s frame buffer device, memory = %dK.\n",
info->node, info->fix.id, pm2fb_fix.smem_len / 1024);