summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
e2c8afa)
We have no am7xxx_get_info(), maybe this is a leftover of some older
unreleased API version.
ret = am7xxx_get_device_info(dev, &device_info);
if (ret < 0) {
ret = am7xxx_get_device_info(dev, &device_info);
if (ret < 0) {
- perror("am7xxx_get_info");
+ perror("am7xxx_get_device_info");
exit_code = EXIT_FAILURE;
goto cleanup;
}
exit_code = EXIT_FAILURE;
goto cleanup;
}