From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755048Ab2KZLPy (ORCPT ); Mon, 26 Nov 2012 06:15:54 -0500 Received: from mga11.intel.com ([192.55.52.93]:2089 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751789Ab2KZLPx (ORCPT ); Mon, 26 Nov 2012 06:15:53 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.83,319,1352102400"; d="scan'208";a="252527936" Date: Mon, 26 Nov 2012 12:15:48 +0100 From: Samuel Ortiz To: Viresh Kumar Cc: devicetree-discuss@lists.ozlabs.org, linux-kernel@vger.kernel.org, spear-devel@list.st.com, lee.jones@linaro.org Subject: Re: [PATCH V1 2/3] mfd: stmpe-i2c: Move .driver structure fields inside {} in stmpe_i2c_driver Message-ID: <20121126111548.GQ12685@sortiz-mobl> References: <57384ebc52c7d39d1bae31ba3baa6f820b4ac696.1353610436.git.viresh.kumar@linaro.org> <53b984826890cf263d3b3ae06b7f19ed8f57311e.1353610437.git.viresh.kumar@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <53b984826890cf263d3b3ae06b7f19ed8f57311e.1353610437.git.viresh.kumar@linaro.org> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Viresh, On Fri, Nov 23, 2012 at 12:26:19AM +0530, Viresh Kumar wrote: > Currently, few fields in stmpe_i2c_driver are initialized as: > .driver.owner = THIS_MODULE, > > Group them under {}, like: > .driver = { > .owner = THIS_MODULE, > ... > }, > > Signed-off-by: Viresh Kumar > --- > drivers/mfd/stmpe-i2c.c | 8 +++++--- > 1 file changed, 5 insertions(+), 3 deletions(-) Applied, thanks. Cheers, Samuel. -- Intel Open Source Technology Centre http://oss.intel.com/