···120120 return -EIO;121121}122122123123+/**124124+ * mei_wd_stop - sends watchdog stop message to fw.125125+ *126126+ * @dev: the device structure127127+ * @preserve: indicate if to keep the timeout value128128+ *129129+ * returns 0 if success,130130+ * -EIO when message send fails131131+ * -EINVAL when invalid message is to be sent132132+ */123133int mei_wd_stop(struct mei_device *dev, bool preserve)124134{125135 int ret;