31 Mar
2014
31 Mar
'14
9:43 p.m.
On Mon, Mar 31, 2014 at 12:25:24PM -0600, Stephen Warren wrote:
From: Stephen Warren swarren@nvidia.com
alc5632_probe() returns ret, yet it is not initialized or set anywhere. This ends up causing the function to appear to fail, and audio not to work on the Toshiba AC100, with my compiler at least.
This function used to set ret in all cases, but recent cleanup removed that.
It's also completely unused, so there's no reason to keep it:
Reviewed-by: Thierry Reding treding@nvidia.com