Browse Source

Merge remote-tracking branch 'regulator/topic/lp3971' into regulator-next

Mark Brown 11 năm trước cách đây
mục cha
commit
4e31566d9b
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      drivers/regulator/lp3971.c

+ 2 - 2
drivers/regulator/lp3971.c

@@ -474,8 +474,8 @@ static int lp3971_i2c_remove(struct i2c_client *i2c)
 }
 
 static const struct i2c_device_id lp3971_i2c_id[] = {
-       { "lp3971", 0 },
-       { }
+	{ "lp3971", 0 },
+	{ }
 };
 MODULE_DEVICE_TABLE(i2c, lp3971_i2c_id);