Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 333518
b: refs/heads/master
c: ee223b7
h: refs/heads/master
v: v3
  • Loading branch information
Chandrabhanu Mahapatra authored and Tomi Valkeinen committed Aug 22, 2012
1 parent 5a9d24c commit 6199ab7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 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: 572bbd58e16a2c6a8c1fec274de9af3523f1506b
refs/heads/master: ee223b703033ccfc2a47c3bb3e7352b4f5828fd2
11 changes: 0 additions & 11 deletions trunk/drivers/video/omap2/dss/venc.c
Original file line number Diff line number Diff line change
Expand Up @@ -674,11 +674,6 @@ static void venc_dump_regs(struct seq_file *s)
{
#define DUMPREG(r) seq_printf(s, "%-35s %08x\n", #r, venc_read_reg(r))

if (cpu_is_omap44xx()) {
seq_printf(s, "VENC currently disabled on OMAP44xx\n");
return;
}

if (venc_runtime_get())
return;

Expand Down Expand Up @@ -893,16 +888,10 @@ static struct platform_driver omap_venchw_driver = {

int __init venc_init_platform_driver(void)
{
if (cpu_is_omap44xx())
return 0;

return platform_driver_probe(&omap_venchw_driver, omap_venchw_probe);
}

void __exit venc_uninit_platform_driver(void)
{
if (cpu_is_omap44xx())
return;

platform_driver_unregister(&omap_venchw_driver);
}

0 comments on commit 6199ab7

Please sign in to comment.