19 Feb
2016
19 Feb
'16
4:56 p.m.
On Wed, Feb 17, 2016 at 09:34:03PM +0530, Subhransu S. Prusty wrote:
/* Wait till power state is set to D3 */
timeout = jiffies + msecs_to_jiffies(1000);
while(!snd_hdac_check_power_state(hdac, hdac->afg, AC_PWRST_D3)
Please follow the kernel coding style - space after the while.