From: Ankur Raina Date: Fri, 5 Jul 2013 11:18:14 +0000 (+0530) Subject: mfd: Update DA9055 i2c device id name X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=1d057b853962a84a2c41a0a0a7fc15a631ac96e8;p=linux-beck.git mfd: Update DA9055 i2c device id name DA9055 is a combination of pmic and codec. This patch updates the DA9055 i2c device id name to match the standard naming convention followed for such chips. Signed-off-by: Ankur Raina Signed-off-by: Lee Jones Signed-off-by: Samuel Ortiz --- diff --git a/drivers/mfd/da9055-i2c.c b/drivers/mfd/da9055-i2c.c index 607387ffe8ca..13af7e50021e 100644 --- a/drivers/mfd/da9055-i2c.c +++ b/drivers/mfd/da9055-i2c.c @@ -54,7 +54,7 @@ static int da9055_i2c_remove(struct i2c_client *i2c) } static struct i2c_device_id da9055_i2c_id[] = { - {"da9055-pmic", 0}, + {"da9055", 0}, { } };