From: viresh.kumar@st•com (Viresh Kumar)
To: linux-arm-kernel@lists•infradead.org
Subject: [PATCH 2/6] spi/pl022: fix build warnings
Date: Wed, 9 Nov 2011 16:22:31 +0530 [thread overview]
Message-ID: <4EBA5B6F.3010307@st.com> (raw)
In-Reply-To: <1320835139-31235-1-git-send-email-linus.walleij@stericsson.com>
On 11/9/2011 4:08 PM, Linus WALLEIJ wrote:
> From: Jonas Aaberg <jonas.aberg@stericsson•com>
>
> The driver build complains with newer compilers unless you
> initialize this struct properly.
>
> Signed-off-by: Jonas Aaberg <jonas.aberg@stericsson•com>
> Signed-off-by: Linus Walleij <linus.walleij@linaro•org>
> ---
> drivers/spi/spi-pl022.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/spi/spi-pl022.c b/drivers/spi/spi-pl022.c
> index b251926..305f2ba 100644
> --- a/drivers/spi/spi-pl022.c
> +++ b/drivers/spi/spi-pl022.c
> @@ -1885,7 +1885,7 @@ static int pl022_setup(struct spi_device *spi)
> {
> struct pl022_config_chip const *chip_info;
> struct chip_data *chip;
> - struct ssp_clock_params clk_freq = {0, };
> + struct ssp_clock_params clk_freq = { .cpsdvsr = 0, .scr = 0};
> int status = 0;
> struct pl022 *pl022 = spi_master_get_devdata(spi->master);
> unsigned int bits = spi->bits_per_word;
Reviewed-by: Viresh Kumar <viresh.kumar@st•com>
--
viresh
prev parent reply other threads:[~2011-11-09 10:52 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-11-09 10:38 [PATCH 2/6] spi/pl022: fix build warnings Linus Walleij
2011-11-09 10:52 ` Viresh Kumar [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=4EBA5B6F.3010307@st.com \
--to=viresh.kumar@st$(echo .)com \
--cc=linux-arm-kernel@lists$(echo .)infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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