Searched refs:log_ret (Results 1 – 3 of 3) sorted by relevance
163 #define log_ret(_ret) ({ \ macro170 #define log_ret(_ret) (_ret) macro
152 You can also define CONFIG_LOG_ERROR_RETURN to enable the log_ret() macro. This155 return log_ret(uclass_first_device(UCLASS_MMC, &dev));
516 log_ret() to log any errors it sees. With this option disabled,517 log_ret() is a nop.519 You can add log_ret() to all functions which return an error code.