Searched refs:bmc_timeout (Results 1 – 1 of 1) sorted by relevance
120 int ret, bmc_timeout; in menf21bmc_wdt_probe() local140 bmc_timeout = i2c_smbus_read_word_data(drv_data->i2c_client, in menf21bmc_wdt_probe()142 if (bmc_timeout < 0) { in menf21bmc_wdt_probe()144 return bmc_timeout; in menf21bmc_wdt_probe()147 watchdog_init_timeout(&drv_data->wdt, bmc_timeout / 10, &pdev->dev); in menf21bmc_wdt_probe()