[media] tm6000: remove duplicated init
authorStefan Ringel <stefan.ringel@arcor.de>
Mon, 9 May 2011 19:53:57 +0000 (16:53 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Fri, 20 May 2011 23:06:54 +0000 (20:06 -0300)
Signed-off-by: Stefan Ringel <stefan.ringel@arcor.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/staging/tm6000/tm6000-cards.c

index 8ca872722a2467800c2c99bdfec69722cfb8b919..a69c82e1199129a56944d6ad145aa62bfeb26e06 100644 (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;
 }