Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1210287
| From | "Winkler, Tomas" <tomas.winkler@intel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | RE: [PATCH V3] Watchdog: Fix parent of watchdog_devices |
| Date | 2015-08-20 10:40 +0200 |
| Message-ID | <pZtya-7Zj-29@gated-at.bofh.it> (permalink) |
| References | <pZ2eB-1XG-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
> diff --git a/drivers/misc/mei/wd.c b/drivers/misc/mei/wd.c > index 2bc0f5089f82..b346638833b0 100644 > --- a/drivers/misc/mei/wd.c > +++ b/drivers/misc/mei/wd.c > @@ -364,6 +364,7 @@ int mei_watchdog_register(struct mei_device *dev) > > int ret; > > + amt_wd_dev.parent = dev->dev; > /* unlock to perserve correct locking order */ > mutex_unlock(&dev->device_lock); > ret = watchdog_register_device(&amt_wd_dev); Acked-by: Tomas Winkler <tomas.winkler@intel.com> Should this be got to stable as well? -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH V3] Watchdog: Fix parent of watchdog_devices Pratyush Anand <panand@redhat.com> - 2015-08-19 05:30 +0200 Re: [PATCH V3] Watchdog: Fix parent of watchdog_devices Uwe Kleine-König <u.kleine-koenig@pengutronix.de> - 2015-08-19 08:50 +0200 Re: [PATCH V3] Watchdog: Fix parent of watchdog_devices Thierry Reding <thierry.reding@gmail.com> - 2015-08-19 12:20 +0200 Re: [PATCH V3] Watchdog: Fix parent of watchdog_devices Maxime Coquelin <maxime.coquelin@st.com> - 2015-08-19 13:00 +0200 Re: [PATCH V3] Watchdog: Fix parent of watchdog_devices Guenter Roeck <linux@roeck-us.net> - 2015-08-19 17:40 +0200 RE: [PATCH V3] Watchdog: Fix parent of watchdog_devices "Opensource [Adam Thomson]" <Adam.Thomson.Opensource@diasemi.com> - 2015-08-20 10:40 +0200 RE: [PATCH V3] Watchdog: Fix parent of watchdog_devices "Winkler, Tomas" <tomas.winkler@intel.com> - 2015-08-20 10:40 +0200 Re: [PATCH V3] Watchdog: Fix parent of watchdog_devices Charles Keepax <ckeepax@opensource.wolfsonmicro.com> - 2015-09-02 12:10 +0200
csiph-web