> +static void pretimeout_noop(struct watchdog_device *wdd) > +{ > + pr_alert("watchdog pretimeout event\n"); > +} My version said which watchdog caused the event, why not adding that?