forked from luck/tmp_suning_uos_patched
iio: adc: ti-ads7950: Fix a typo in an error message
Fix a typo: s/get get/to get/ Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
This commit is contained in:
parent
09a78f7dfa
commit
32bd432460
|
@ -602,7 +602,7 @@ static int ti_ads7950_probe(struct spi_device *spi)
|
|||
|
||||
st->reg = devm_regulator_get(&spi->dev, "vref");
|
||||
if (IS_ERR(st->reg)) {
|
||||
dev_err(&spi->dev, "Failed get get regulator \"vref\"\n");
|
||||
dev_err(&spi->dev, "Failed to get regulator \"vref\"\n");
|
||||
ret = PTR_ERR(st->reg);
|
||||
goto error_destroy_mutex;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user