Searched refs:bmc_timeout (Results 1 – 1 of 1) sorted by relevance
117 int ret, bmc_timeout; in menf21bmc_wdt_probe() local136 bmc_timeout = i2c_smbus_read_word_data(drv_data->i2c_client, in menf21bmc_wdt_probe()138 if (bmc_timeout < 0) { in menf21bmc_wdt_probe()140 return bmc_timeout; in menf21bmc_wdt_probe()143 watchdog_init_timeout(&drv_data->wdt, bmc_timeout / 10, dev); in menf21bmc_wdt_probe()