Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 302148
b: refs/heads/master
c: 8df8d8a
h: refs/heads/master
v: v3
  • Loading branch information
Mark Brown committed Apr 4, 2012
1 parent 2e8996b commit d4806ff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 02b552160f955a6dd6a54600f262365dc8916d69
refs/heads/master: 8df8d8a03865b468318302ba9410aad92e94aaa6
5 changes: 0 additions & 5 deletions trunk/drivers/regulator/isl6271a-regulator.c
Original file line number Diff line number Diff line change
Expand Up @@ -147,11 +147,6 @@ static int __devinit isl6271a_probe(struct i2c_client *i2c,
if (!i2c_check_functionality(i2c->adapter, I2C_FUNC_SMBUS_BYTE_DATA))
return -EIO;

if (!init_data) {
dev_err(&i2c->dev, "no platform data supplied\n");
return -EIO;
}

pmic = kzalloc(sizeof(struct isl_pmic), GFP_KERNEL);
if (!pmic)
return -ENOMEM;
Expand Down

0 comments on commit d4806ff

Please sign in to comment.