Browse Source

[media] tm6000: remove duplicated init

Signed-off-by: Stefan Ringel <stefan.ringel@arcor.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Stefan Ringel 14 years ago
parent
commit
e872bb9a7d
1 changed files with 0 additions and 3 deletions
  1. 0 3
      drivers/staging/tm6000/tm6000-cards.c

+ 0 - 3
drivers/staging/tm6000/tm6000-cards.c

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