Commit 4fdcd8d43e97dbfbd0e3045b5675f323eb5dd916
1 parent
29b3a662
Fix return type.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2960 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
1 additions
and
1 deletions
hw/mcf_fec.c
| @@ -188,7 +188,7 @@ static void mcf_fec_do_tx(mcf_fec_state *s) | @@ -188,7 +188,7 @@ static void mcf_fec_do_tx(mcf_fec_state *s) | ||
| 188 | s->tx_descriptor = addr; | 188 | s->tx_descriptor = addr; |
| 189 | } | 189 | } |
| 190 | 190 | ||
| 191 | -static int mcf_fec_enable_rx(mcf_fec_state *s) | 191 | +static void mcf_fec_enable_rx(mcf_fec_state *s) |
| 192 | { | 192 | { |
| 193 | mcf_fec_bd bd; | 193 | mcf_fec_bd bd; |
| 194 | 194 |