Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
[deliverable/linux.git] / drivers / mfd / si476x-i2c.c
index 0e4a76daf18789b37e84163f2a83bb45afb642ea..7f87c62d91b3b67f92a3904bc61f94b062c0c408 100644 (file)
@@ -766,7 +766,7 @@ static int si476x_core_probe(struct i2c_client *client,
                           sizeof(struct v4l2_rds_data),
                           GFP_KERNEL);
        if (rval) {
-               dev_err(&client->dev, "Could not alloate the FIFO\n");
+               dev_err(&client->dev, "Could not allocate the FIFO\n");
                goto free_gpio;
        }
        mutex_init(&core->rds_drainer_status_lock);
This page took 0.024703 seconds and 5 git commands to generate.