···223223 pcwd_private.command_mode = 0;224224}225225226226+static inline void pcwd_check_temperature_support(void)227227+{228228+ if (inb(pcwd_private.io_addr) != 0xF0)229229+ pcwd_private.supports_temp = 1;230230+}231231+226232static void pcwd_timer_ping(unsigned long data)227233{228234 int wdrst_stat;···629623 * Init & exit routines630624 */631625632632-static inline void get_support(void)633633-{634634- if (inb(pcwd_private.io_addr) != 0xF0)635635- pcwd_private.supports_temp = 1;636636-}637637-638626static inline int get_revision(void)639627{640628 int r = PCWD_REVISION_C;···730730 pcwd_stop();731731732732 /* Check whether or not the card supports the temperature device */733733- get_support();733733+ pcwd_check_temperature_support();734734735735 /* Get some extra info from the hardware (in command/debug/diag mode) */736736 if (pcwd_private.revision == PCWD_REVISION_A)