Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F146872667
D4776.1781366801.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
737 B
Referenced Files
None
Subscribers
None
D4776.1781366801.diff
View Options
Index: stable/10/usr.sbin/camdd/camdd.c
===================================================================
--- stable/10/usr.sbin/camdd/camdd.c
+++ stable/10/usr.sbin/camdd/camdd.c
@@ -1276,7 +1276,6 @@
struct camdd_dev_pass *pass_dev;
struct kevent ke;
int scsi_dev_type;
- int retval;
dev = NULL;
@@ -1336,7 +1335,6 @@
if ((ccb->ccb_h.status & CAM_STATUS_MASK) != CAM_REQ_CMP) {
cam_error_print(cam_dev, ccb, CAM_ESF_ALL, CAM_EPF_ALL, stderr);
- retval = 1;
goto bailout;
}
@@ -1371,11 +1369,8 @@
if (cam_send_ccb(cam_dev, ccb) < 0) {
warn("error sending READ CAPACITY (16) command");
-
cam_error_print(cam_dev, ccb, CAM_ESF_ALL,
CAM_EPF_ALL, stderr);
-
- retval = 1;
goto bailout;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Jun 13, 4:06 PM (14 h, 24 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28897877
Default Alt Text
D4776.1781366801.diff (737 B)
Attached To
Mode
D4776: MFC: 292971
Attached
Detach File
Event Timeline
Log In to Comment