Loading drivers/misc/mei/wd.c +2 −1 Original line number Diff line number Diff line Loading @@ -317,7 +317,8 @@ static int mei_wd_ops_ping(struct watchdog_device *wd_dev) * * returns 0 if success, negative errno code for failure */ static int mei_wd_ops_set_timeout(struct watchdog_device *wd_dev, unsigned int timeout) static int mei_wd_ops_set_timeout(struct watchdog_device *wd_dev, unsigned int timeout) { struct mei_device *dev; Loading Loading
drivers/misc/mei/wd.c +2 −1 Original line number Diff line number Diff line Loading @@ -317,7 +317,8 @@ static int mei_wd_ops_ping(struct watchdog_device *wd_dev) * * returns 0 if success, negative errno code for failure */ static int mei_wd_ops_set_timeout(struct watchdog_device *wd_dev, unsigned int timeout) static int mei_wd_ops_set_timeout(struct watchdog_device *wd_dev, unsigned int timeout) { struct mei_device *dev; Loading