mirror of
				https://xff.cz/git/u-boot/
				synced 2025-10-31 18:35:42 +01:00 
			
		
		
		
	vbe: Use a warning for a failed requests
Optional requests should present a warning rather than an error. Update the log call. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
		| @@ -195,7 +195,7 @@ static int bootmeth_vbe_ft_fixup(void *ctx, struct event *event) | ||||
| 		ret = vbe_process_request(dest, &result); | ||||
| 		if (ret) { | ||||
| 			result.errnum = ret; | ||||
| 			log_err("Failed to process VBE request %s (err=%d)\n", | ||||
| 			log_warning("Failed to process VBE request %s (err=%d)\n", | ||||
| 				    ofnode_get_name(dest), ret); | ||||
| 			if (*result.err_str) { | ||||
| 				char *msg = strdup(result.err_str); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user