[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20121126111548.GQ12685@sortiz-mobl>
Date: Mon, 26 Nov 2012 12:15:48 +0100
From: Samuel Ortiz <sameo@...ux.intel.com>
To: Viresh Kumar <viresh.kumar@...aro.org>
Cc: devicetree-discuss@...ts.ozlabs.org, linux-kernel@...r.kernel.org,
spear-devel@...t.st.com, lee.jones@...aro.org
Subject: Re: [PATCH V1 2/3] mfd: stmpe-i2c: Move .driver structure fields
inside {} in stmpe_i2c_driver
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 <viresh.kumar@...aro.org>
> ---
> 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/
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists