iio staging: missing newline in printf
Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
This commit is contained in:
parent
0932966b1c
commit
c866ffc725
@ -453,7 +453,7 @@ inline int find_type_by_name(const char *name, const char *type)
|
|||||||
|
|
||||||
dp = opendir(iio_dir);
|
dp = opendir(iio_dir);
|
||||||
if (dp == NULL) {
|
if (dp == NULL) {
|
||||||
printf("No industrialio devices available");
|
printf("No industrialio devices available\n");
|
||||||
return -ENODEV;
|
return -ENODEV;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user