diff options
Diffstat (limited to 'drivers/i2c/busses')
-rw-r--r-- | drivers/i2c/busses/i2c-puv3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/i2c/busses/i2c-puv3.c b/drivers/i2c/busses/i2c-puv3.c index 261d7db437e2..8acef657abf3 100644 --- a/drivers/i2c/busses/i2c-puv3.c +++ b/drivers/i2c/busses/i2c-puv3.c | |||
@@ -199,7 +199,7 @@ static int puv3_i2c_probe(struct platform_device *pdev) | |||
199 | 199 | ||
200 | adapter = kzalloc(sizeof(struct i2c_adapter), GFP_KERNEL); | 200 | adapter = kzalloc(sizeof(struct i2c_adapter), GFP_KERNEL); |
201 | if (adapter == NULL) { | 201 | if (adapter == NULL) { |
202 | dev_err(&pdev->dev, "can't allocate inteface!\n"); | 202 | dev_err(&pdev->dev, "can't allocate interface!\n"); |
203 | rc = -ENOMEM; | 203 | rc = -ENOMEM; |
204 | goto fail_nomem; | 204 | goto fail_nomem; |
205 | } | 205 | } |