On Fri, 2015-07-03 at 15:29 +0800, [email protected] wrote:
> 
> +config ATH9K_HWRNG
> +     bool "Random number generator support"
> +     depends on ATH9K && (HW_RANDOM = y || HW_RANDOM = ATH9K)
> +     default n

you don't need to state 'default n'

> +void ath9k_rng_unregister(struct ath_softc *sc);
> +int ath9k_rng_register(struct ath_softc *sc);
> 
unregister before register? not that it matters though.

you're not using the return value, why bother having it?

johannes
--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to