From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
To: Dan Murphy <dmurphy@ti.com>
Cc: linux-input@vger.kernel.org
Subject: Re: [PATCH] input: misc: Add TI drv2665 haptics driver
Date: Fri, 8 May 2015 17:08:02 -0700 [thread overview]
Message-ID: <20150509000802.GA29994@dtor-ws> (raw)
In-Reply-To: <1431114365-23911-1-git-send-email-dmurphy@ti.com>
Hi Dan,
On Fri, May 08, 2015 at 02:46:05PM -0500, Dan Murphy wrote:
> +
> +/* 8kHz Sine wave to stream to the FIFO */
> +struct drv2665_waveform {
> + u8 data;
> +} sine_wave_form[] = {
I changed this into
static const u8 drv2665_sine_wave_form[] = {
...
};
and applied (together with the other 2 patches).
Thanks.
--
Dmitry
next prev parent reply other threads:[~2015-05-09 0:08 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-08 19:46 [PATCH] input: misc: Add TI drv2665 haptics driver Dan Murphy
2015-05-09 0:08 ` Dmitry Torokhov [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-04-24 18:16 Dan Murphy
2015-05-05 12:05 ` Dan Murphy
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=20150509000802.GA29994@dtor-ws \
--to=dmitry.torokhov@gmail.com \
--cc=dmurphy@ti.com \
--cc=linux-input@vger.kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox