net/tc35815.c: fix compilation
authorAdrian Bunk <bunk@kernel.org>
Mon, 13 Oct 2008 04:01:53 +0000 (21:01 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 13 Oct 2008 04:01:53 +0000 (21:01 -0700)
commit51cf756c0a056dfb3d7ccdddff3b055cbf44a31c
tree19e03c1fa9335a21d7ea5d341440066a07af0161
parent9d731d77c9794bb0a264f58d35949a1ab6dcc41c
net/tc35815.c: fix compilation

Fix an obvious typo introduced by
commit 298cf9beb9679522de995e249eccbd82f7c51999
(phylib: move to dynamic allocation of struct mii_bus).

<--  snip  -->

...
  CC      drivers/net/tc35815.o
drivers/net/tc35815.c: In function 'tc_mii_init':
drivers/net/tc35815.c:799: error: 'err_out_free_mii_bus' undeclared (first use in this function)
drivers/net/tc35815.c:799: error: (Each undeclared identifier is reported only once
drivers/net/tc35815.c:799: error: for each function it appears in.)
drivers/net/tc35815.c:781: error: label 'err_out_free_mii_bus' used but not defined
make[3]: *** [drivers/net/tc35815.o] Error 1

<--  snip  -->

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/tc35815.c