Royal Dutch Shell® | 2 May 2012 21:26

Congratulations


Your Email address Won a Sum payout of $2,000 000.00 USD. As our Royal
Dutch Shell Grant, in cash credited to You, Verify this mail by providing
your Complete Details, to our Claims Agent and  Please endeavor to quote
your Qualification numbers (NL-222-6747,NG-900-56) in all dealings.
====================
Contact Person: Mr. Taylor Keith.
Email: claimsagentkeith <at> zing.vn
====================
1.FULL NAMES:_________2.ADDRESS:_________
3.COUNTRY___________4.AGE___________
5.SEX:________6.OCCUPATION:________
7.TELEPHONE:_______8.Next of Kin___________
Best Regards,
Miss.Dorothy White
********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed.
*********************************************************************

----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.

--
To unsubscribe from this list: send the line "unsubscribe linux-sound" in
the body of a message to majordomo <at> vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

(Continue reading)

Takashi Iwai | 11 May 2012 12:10
Picon

Re: [PATCH] atmel/ac97c: correct the unexpected behavior when using uninitial value for reset pin

At Fri, 11 May 2012 17:39:28 +0800,
Bo Shen wrote:
> 
> When pdata->reset_pin is passed with a negative value (means gpio
> is invalid), then chip->reset_pin will not be assigned to a vaule,
> it will use default value 0. This will cause unexpected behavior.
> 
> So, add this patch to correct.
> 
> Signed-off-by: Bo Shen <voice.shen <at> atmel.com>
> Acked-by: Nicolas Ferre <nicolas.ferre <at> atmel.com>

Applied now.  Thanks.

Takashi

> ---
>  sound/atmel/ac97c.c |    2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/sound/atmel/ac97c.c b/sound/atmel/ac97c.c
> index 115313e..f5ded64 100644
> --- a/sound/atmel/ac97c.c
> +++ b/sound/atmel/ac97c.c
>  <at>  <at>  -991,6 +991,8  <at>  <at>  static int __devinit atmel_ac97c_probe(struct platform_device *pdev)
>  			gpio_direction_output(pdata->reset_pin, 1);
>  			chip->reset_pin = pdata->reset_pin;
>  		}
> +	} else {
> +		chip->reset_pin = -EINVAL;
(Continue reading)


Gmane