Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F146023526
D5388.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
611 B
Referenced Files
None
Subscribers
None
D5388.diff
View Options
Index: head/sys/dev/hyperv/storvsc/hv_storvsc_drv_freebsd.c
===================================================================
--- head/sys/dev/hyperv/storvsc/hv_storvsc_drv_freebsd.c
+++ head/sys/dev/hyperv/storvsc/hv_storvsc_drv_freebsd.c
@@ -810,8 +810,8 @@
if (xpt_create_path(&ccb->ccb_h.path, NULL, pathid, targetid,
CAM_LUN_WILDCARD) != CAM_REQ_CMP) {
- printf("unable to create path for rescan, pathid: %d,"
- "targetid: %d\n", pathid, targetid);
+ printf("unable to create path for rescan, pathid: %u,"
+ "targetid: %u\n", pathid, targetid);
xpt_free_ccb(ccb);
return;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Feb 28, 3:21 AM (6 h, 19 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29050079
Default Alt Text
D5388.diff (611 B)
Attached To
Mode
D5388: hyperv/stor: Fix print format
Attached
Detach File
Event Timeline
Log In to Comment