On 10/17/2011 6:42 PM, Linus WALLEIJ wrote:
> From: Jonas Aaberg <jonas.ab...@stericsson.com>
> 
> The driver build complains with newer compilers unless you
> initialize this struct properly.
> 
> Signed-off-by: Jonas Aaberg <jonas.ab...@stericsson.com>
> Signed-off-by: Linus Walleij <linus.wall...@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 debdaeb..91700bb 100644
> --- a/drivers/spi/spi-pl022.c
> +++ b/drivers/spi/spi-pl022.c
> @@ -1930,7 +1930,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.ku...@st.com>

-- 
viresh

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2d-oct
_______________________________________________
spi-devel-general mailing list
spi-devel-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/spi-devel-general

Reply via email to