]> git.karo-electronics.de Git - karo-tx-linux.git/commit
PM / cpufreq: Initialise the cpu field during conservative governor start
authorAmit Daniel Kachhap <amit.daniel@samsung.com>
Sun, 12 Aug 2012 22:14:53 +0000 (00:14 +0200)
committerRafael J. Wysocki <rjw@sisk.pl>
Mon, 13 Aug 2012 11:56:48 +0000 (13:56 +0200)
commitc123a2f501060347f530fa22df622f1c5ac334aa
treefaad443a5de8fb27e35ea92f25ff1caedd588ed1
parent0d7614f09c1ebdbaa1599a5aba7593f147bf96ee
PM / cpufreq: Initialise the cpu field during conservative governor start

This change initialises the cpu id field of cs_cpu_dbs_info structure in
conservative governor and keep this consistent with other governors.
Similar initialisation is present in ondemand governor.

Signed-off-by: Amit Daniel Kachhap <amit.daniel@samsung.com>
Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
drivers/cpufreq/cpufreq_conservative.c