Skip to content

Commit

Permalink
[media] tm6000: remove duplicated init
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Ringel <stefan.ringel@arcor.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Stefan Ringel authored and Mauro Carvalho Chehab committed May 20, 2011
1 parent 3d6baf5 commit e872bb9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions drivers/staging/tm6000/tm6000-cards.c
Original file line number Diff line number Diff line change
Expand Up @@ -998,9 +998,6 @@ static int fill_board_specific_data(struct tm6000_core *dev)
if (rc < 0)
return rc;

/* initialize hardware */
rc = tm6000_init(dev);

return rc;
}

Expand Down

0 comments on commit e872bb9

Please sign in to comment.