From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758959AbdADMgW (ORCPT ); Wed, 4 Jan 2017 07:36:22 -0500 Received: from mga09.intel.com ([134.134.136.24]:40056 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S966680AbdADMf3 (ORCPT ); Wed, 4 Jan 2017 07:35:29 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,459,1477983600"; d="scan'208";a="1089778798" Date: Wed, 4 Jan 2017 14:34:55 +0200 From: Mika Westerberg To: Guenter Roeck Cc: Wim Van Sebroeck , linux-watchdog@vger.kernel.org, linux-kernel@vger.kernel.org, Andy Shevchenko Subject: Re: [PATCH v2 1/4] watchdog: iTCO_wdt: Use allocated data structures Message-ID: <20170104123455.GR3353@lahna.fi.intel.com> References: <1483499655-24562-1-git-send-email-linux@roeck-us.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1483499655-24562-1-git-send-email-linux@roeck-us.net> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo User-Agent: Mutt/1.7.1 (2016-10-04) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jan 03, 2017 at 07:14:12PM -0800, Guenter Roeck wrote: > Allocate private data and the watchdog device to avoid having > to clear it on remove and to enable subsequent simplifications. > > Reviewed-by: Andy Shevchenko > Signed-off-by: Guenter Roeck Really nice cleanup! For the whole series, Reviewed-by: Mika Westerberg