Message ID | CADyBb7vgfFTmqLMMDOjWxwk3B-he2hTYAGpB3diKf47eB=dc=A@mail.gmail.com |
---|---|
State | New |
Headers | show |
Hi Guenter, Great thanks for your time, I can't tell you how much I appreciate your review! :-) np, I will improve my patchset, once I get your suggestion. :-) On 30 June 2015 at 03:16, Guenter Roeck <linux@roeck-us.net> wrote: > On 06/29/2015 09:53 AM, Fu Wei wrote: >> >> Hi Guenter, >> >> Any suggestion on this v6 patchset, for now , I only got : > > > Problem is that each version of your patchset tends to introduce > substantially > new or different functionality, meaning the review has to pretty much start > from scratch. Right now I just don't have time to do that, so you'll have > to be a bit patient. > > Guenter >
Hi Guenter, If you get some time, could you help me on this patchset again? Great thanks for your help! On 30 June 2015 at 03:16, Guenter Roeck <linux@roeck-us.net> wrote: > On 06/29/2015 09:53 AM, Fu Wei wrote: >> >> Hi Guenter, >> >> Any suggestion on this v6 patchset, for now , I only got : > > > Problem is that each version of your patchset tends to introduce > substantially > new or different functionality, meaning the review has to pretty much start > from scratch. Right now I just don't have time to do that, so you'll have > to be a bit patient. > > Guenter >
Hi Guenter, Great thanks for your info, looking forward to your feedback. :-) Have a good vacation! :-) On 13 July 2015 at 23:34, Guenter Roeck <linux@roeck-us.net> wrote: > On Mon, Jul 13, 2015 at 05:09:57PM +0800, Fu Wei wrote: >> Hi Guenter, >> >> If you get some time, could you help me on this patchset again? >> Great thanks for your help! >> > I am on vacation this week. Hopefully next week or two weeks from now, > depending on my work load. > > Guenter
diff --git a/drivers/watchdog/sbsa_gwdt.c b/drivers/watchdog/sbsa_gwdt.c index 2de5899..c42883b 100644 --- a/drivers/watchdog/sbsa_gwdt.c +++ b/drivers/watchdog/sbsa_gwdt.c @@ -344,8 +342,7 @@ static int sbsa_gwdt_probe(struct platform_device *pdev) status = readl_relaxed(gwdt->control_base + SBSA_GWDT_WCS); if (status & SBSA_GWDT_WCS_WS1) { - dev_warn(dev, "System reset by WDT(WCV: %llx)\n", - sbsa_gwdt_get_wcv(wdd)); + dev_warn(dev, "System reset by WDT.\n"); wdd->bootstatus |= WDIOF_CARDRESET; } else if (status == (SBSA_GWDT_WCS_WS0 | SBSA_GWDT_WCS_EN)) { gwdt->ws0_mode = true;