RE: [PATCH 02/12] PM / devfreq: Fix locking range for making the frequency table

2017-08-27 Thread MyungJoo Ham
> Even if the freq_table is included in the struct devfreq, > the commit 0ec09ac2cebe ("PM / devfreq: Set the freq_table > of devfreq device") set the frequency table outside the mutex locking. > > So, this patch initializes the frequency table within the mutex locking. > > Cc:

RE: [PATCH 02/12] PM / devfreq: Fix locking range for making the frequency table

2017-08-27 Thread MyungJoo Ham
> Even if the freq_table is included in the struct devfreq, > the commit 0ec09ac2cebe ("PM / devfreq: Set the freq_table > of devfreq device") set the frequency table outside the mutex locking. > > So, this patch initializes the frequency table within the mutex locking. > > Cc: