iio: imu: inv_mpu6050: Fix typo and formatting
Signed-off-by: Manuel Stahl <manuel.stahl@iis.fraunhofer.de> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
This commit is contained in:
Родитель
ed10557fce
Коммит
7da773e618
|
@ -116,7 +116,7 @@ int inv_mpu6050_switch_engine(struct inv_mpu6050_state *st, bool en, u32 mask)
|
||||||
return result;
|
return result;
|
||||||
|
|
||||||
if (en) {
|
if (en) {
|
||||||
/* Wait for output stablize */
|
/* Wait for output stabilize */
|
||||||
msleep(INV_MPU6050_TEMP_UP_TIME);
|
msleep(INV_MPU6050_TEMP_UP_TIME);
|
||||||
if (INV_MPU6050_BIT_PWR_GYRO_STBY == mask) {
|
if (INV_MPU6050_BIT_PWR_GYRO_STBY == mask) {
|
||||||
/* switch internal clock to PLL */
|
/* switch internal clock to PLL */
|
||||||
|
|
Загрузка…
Ссылка в новой задаче