You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
merge by hand (scsi_device.h)
This commit is contained in:
+2
-1
@@ -51,6 +51,7 @@ static int sg_version_num = 30533; /* 2 digits for each component */
|
||||
#include <linux/delay.h>
|
||||
|
||||
#include "scsi.h"
|
||||
#include <scsi/scsi_dbg.h>
|
||||
#include <scsi/scsi_host.h>
|
||||
#include <scsi/scsi_driver.h>
|
||||
#include <scsi/scsi_ioctl.h>
|
||||
@@ -1368,7 +1369,7 @@ sg_cmd_done(Scsi_Cmnd * SCpnt)
|
||||
if ((sdp->sgdebug > 0) &&
|
||||
((CHECK_CONDITION == srp->header.masked_status) ||
|
||||
(COMMAND_TERMINATED == srp->header.masked_status)))
|
||||
print_req_sense("sg_cmd_done", SRpnt);
|
||||
scsi_print_req_sense("sg_cmd_done", SRpnt);
|
||||
|
||||
/* Following if statement is a patch supplied by Eric Youngdale */
|
||||
if (driver_byte(SRpnt->sr_result) != 0
|
||||
|
||||
Reference in New Issue
Block a user