From: Anton Vorontsov <anton@enomsg.org>
To: Sachin Kamat <sachin.kamat@linaro.org>
Cc: LKML <linux-kernel@vger.kernel.org>,
David Woodhouse <dwmw2@infradead.org>
Subject: Re: [PATCH 1/1] sbs-battery: Use of_match_ptr() macro
Date: Sun, 31 Mar 2013 22:45:03 -0700 [thread overview]
Message-ID: <20130401054502.GA25376@lizard> (raw)
In-Reply-To: <CAK9yfHxFVb=ziKt5EPyFM6PSZqxGm4gYEFHBN1t1Yx=GOkUFtg@mail.gmail.com>
On Mon, Apr 01, 2013 at 09:02:28AM +0530, Sachin Kamat wrote:
[...]
> > - .of_match_table = sbs_dt_ids,
> > + .of_match_table = of_match_ptr(sbs_dt_ids),
> > },
> > };
> > module_i2c_driver(sbs_battery_driver);
> > --
> > 1.7.4.1
>
> ping...
Applied, thanks!
Anton
prev parent reply other threads:[~2013-04-01 5:49 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-14 10:19 [PATCH 1/1] sbs-battery: Use of_match_ptr() macro Sachin Kamat
[not found] ` <CAK9yfHxFVb=ziKt5EPyFM6PSZqxGm4gYEFHBN1t1Yx=GOkUFtg@mail.gmail.com>
2013-04-01 5:45 ` Anton Vorontsov [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20130401054502.GA25376@lizard \
--to=anton@enomsg.org \
--cc=dwmw2@infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=sachin.kamat@linaro.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.