[media] tm6000: remove duplicated init

Signed-off-by: Stefan Ringel <stefan.ringel@arcor.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
Stefan Ringel 2011-05-09 16:53:57 -03:00 committed by Mauro Carvalho Chehab
parent 3d6baf5ffa
commit e872bb9a7d

View file

@ -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;
}