]> Pileus Git - ~andy/linux/blobdiff - drivers/video/tcx.c
video: Remove unnecessary semicolons
[~andy/linux] / drivers / video / tcx.c
index c000852500aa06822f19bb713b5f0b27c94359ab..7fb2d696fac7f6c9b77c2688ff05bda319ff957e 100644 (file)
@@ -232,7 +232,7 @@ tcx_blank(int blank, struct fb_info *info)
 
        case FB_BLANK_POWERDOWN: /* Poweroff */
                break;
-       };
+       }
 
        sbus_writel(val, &thc->thc_misc);
 
@@ -434,7 +434,7 @@ static int tcx_probe(struct platform_device *op)
                default:
                        j = i;
                        break;
-               };
+               }
                par->mmap_map[i].poff = op->resource[j].start;
        }
 
@@ -498,8 +498,6 @@ static int tcx_remove(struct platform_device *op)
 
        framebuffer_release(info);
 
-       dev_set_drvdata(&op->dev, NULL);
-
        return 0;
 }