mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-09 22:50:41 +00:00
Staging: adis16255: missing spacess in log messages added
Signed-off-by: Matthias Brugger <mensch0815@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
00ae79463e
commit
e3613299b5
@ -303,7 +303,7 @@ static int spi_adis16255_bringup(struct spi_adis16255_data *spiadis)
|
|||||||
if (status != 0)
|
if (status != 0)
|
||||||
goto err;
|
goto err;
|
||||||
if (value != 0x0800) {
|
if (value != 0x0800) {
|
||||||
dev_warn(&spiadis->spi->dev, "Scale factor is none default"
|
dev_warn(&spiadis->spi->dev, "Scale factor is none default "
|
||||||
"value (%.4x)\n", value);
|
"value (%.4x)\n", value);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -338,7 +338,7 @@ static int spi_adis16255_bringup(struct spi_adis16255_data *spiadis)
|
|||||||
status = -ENODEV;
|
status = -ENODEV;
|
||||||
goto err;
|
goto err;
|
||||||
} else if (value & 0x3) {
|
} else if (value & 0x3) {
|
||||||
dev_warn(&spiadis->spi->dev, "Sensor voltage"
|
dev_warn(&spiadis->spi->dev, "Sensor voltage "
|
||||||
"out of range.\n");
|
"out of range.\n");
|
||||||
status = -ENODEV;
|
status = -ENODEV;
|
||||||
goto err;
|
goto err;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user