Re: [PATCH v5 1/2] Use "request_muxed_region" in it87 watchdogdrivers

From: Wim Van Sebroeck
Date: Wed Apr 13 2011 - 03:03:08 EST


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.


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/