• Paul Mackerras's avatar
    [PATCH] module refcounts for airport driver · cd8286cf
    Paul Mackerras authored
    This patch takes out the MOD_INC/DEC_USE_COUNT in the airport (Apple
    wireless ethernet) driver.  The driver already does SET_MODULE_OWNER
    on the netdevice, so the MOD_INC/DEC_USE_COUNT are unnecessary and
    just cause warnings.
    cd8286cf
airport.c 6.96 KB