[ECOS] cs8900a_int_vector
Bob Koninckx
bob.koninckx@o-3s.com
Sun Apr 18 13:03:00 GMT 2004
file devs/eth/cl/cs8900a/current/src/if_cs8900a.c
static int
cs8900a_int_vector(struct eth_drv_sc *sc)
{
cs8900a_priv_data_t *cpd = (cs8900a_priv_data_t*)sc->driver_private;
return (cpd->interrupt) ? 1 : 0;
}
Does anybody know the rationale of the return statement? Shouldn't this
simply be
return (cpd->interrupt)
Thanks,
Bob
--
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss
More information about the Ecos-discuss
mailing list