Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753722AbbHSK4R (ORCPT ); Wed, 19 Aug 2015 06:56:17 -0400 Received: from mx07-00178001.pphosted.com ([62.209.51.94]:46940 "EHLO mx07-00178001.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752171AbbHSK4P (ORCPT ); Wed, 19 Aug 2015 06:56:15 -0400 Message-ID: <55D46089.8030801@st.com> Date: Wed, 19 Aug 2015 12:55:05 +0200 From: Maxime Coquelin User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.8.0 MIME-Version: 1.0 To: Pratyush Anand , CC: , kbuild test robot , Alexandre Courbot , Andreas Werner , Barry Song , Baruch Siach , Johannes Thumshirn , open list: ARM/STI ARCHITECTURE , Krzysztof Kozlowski , Kukjin Kim , Lee Jones , Linus Walleij , "; moderated list": ARM/U300 MACHINE SUPPORT , "open list:INTEL MANAGEMENT ENGINE (mei)" , "; moderated list": BROADCOM BCM2835 ARM ARCHITECTURE , "; moderated list": ARM/SAMSUNG EXYNOS ARM ARCHITECTURES , "; open list": TEGRA ARCHITECTURE SUPPORT , "; open list": WOLFSON MICROELECTRONICS DRIVERS , Patrice Chotard , Srinivas Kandagatla , Stephen Warren , Support Opensource , Thierry Reding , Tomas Winkler , Wim Van Sebroeck , ; Illegal-Object: Syntax error in CC: addresses found on vger.kernel.org: CC: ;moderated list:ARM/U300 MACHINE SUPPORT ^-extraneous tokens in mailbox, missing end of mailbox Subject: Re: [PATCH V3] Watchdog: Fix parent of watchdog_devices References: In-Reply-To: Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.201.21.241] X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.14.151,1.0.33,0.0.0000 definitions=2015-08-19_06:2015-08-18,2015-08-19,1970-01-01 signatures=0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 830 Lines: 25 Hi Pratyush, On 08/19/2015 05:28 AM, Pratyush Anand wrote: > diff --git a/drivers/watchdog/st_lpc_wdt.c b/drivers/watchdog/st_lpc_wdt.c > index 6785afdc0fca..14e9badf2bfa 100644 > --- a/drivers/watchdog/st_lpc_wdt.c > +++ b/drivers/watchdog/st_lpc_wdt.c > @@ -241,6 +241,7 @@ static int st_wdog_probe(struct platform_device *pdev) > return -EINVAL; > } > st_wdog_dev.max_timeout = 0xFFFFFFFF / st_wdog->clkrate; > + st_wdog_dev.parent = &pdev->dev; > > ret = clk_prepare_enable(clk); > if (ret) { Acked-by: Maxime Coquelin Thanks! Maxime -- 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/