[lm-sensors] [PATCH v5 1/2] Use "request_muxed_region" in it87 watchdog drivers

Wim Van Sebroeck wim at iguana.be
Wed Apr 13 09:03:00 CEST 2011


Hi Nat,

> +	(void) request_muxed_region(REG, 2, NAME);

Why do we need to typecast this? Can't we just use 
+	request_muxed_region(REG, 2, NAME);

Kind regards,
Wim.





More information about the lm-sensors mailing list