Skip to content

Commit

Permalink
minor error message tweak (#8556)
Browse files Browse the repository at this point in the history
Co-authored-by: ch vamshi krishna <[email protected]>
  • Loading branch information
chvamshi-xilinx and ch vamshi krishna authored Oct 22, 2024
1 parent d5adb23 commit 35058d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime_src/core/edge/drm/zocl/common/zocl_xclbin.c
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ zocl_load_partial(struct drm_zocl_dev *zdev, const char *buffer, int length,
void __iomem *map = NULL;

if (!slot->pr_isolation_addr) {
DRM_ERROR("PR isolation address is not set");
DRM_INFO("PR isolation address is not set");
} else {
map = ioremap(slot->pr_isolation_addr, PR_ISO_SIZE);
if (IS_ERR_OR_NULL(map)) {
Expand Down

0 comments on commit 35058d9

Please sign in to comment.