]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - drivers/thunderbolt/ctl.c
Merge tag 'for_v5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
[linux.git] / drivers / thunderbolt / ctl.c
index 2ec1af8f7968de0acf579ca5c55c89311ac430a2..d97813e80e5fdb1813810b8207814a5bae664dbd 100644 (file)
@@ -962,8 +962,8 @@ int tb_cfg_read(struct tb_ctl *ctl, void *buffer, u64 route, u32 port,
                return tb_cfg_get_error(ctl, space, &res);
 
        case -ETIMEDOUT:
-               tb_ctl_warn(ctl, "timeout reading config space %u from %#x\n",
-                           space, offset);
+               tb_ctl_warn(ctl, "%llx: timeout reading config space %u from %#x\n",
+                           route, space, offset);
                break;
 
        default:
@@ -988,8 +988,8 @@ int tb_cfg_write(struct tb_ctl *ctl, const void *buffer, u64 route, u32 port,
                return tb_cfg_get_error(ctl, space, &res);
 
        case -ETIMEDOUT:
-               tb_ctl_warn(ctl, "timeout writing config space %u to %#x\n",
-                           space, offset);
+               tb_ctl_warn(ctl, "%llx: timeout writing config space %u to %#x\n",
+                           route, space, offset);
                break;
 
        default: