scsi: remove the second argument of k[un]map_atomic()
[deliverable/linux.git] / drivers / scsi / libfc / fc_lport.c
index 83750ebb527f5e2841f26a06d70a063658d8603f..c1a808cc59204753966efce71051cdfe3c75ac0a 100644 (file)
@@ -1698,7 +1698,7 @@ static void fc_lport_bsg_resp(struct fc_seq *sp, struct fc_frame *fp,
 
        job->reply->reply_payload_rcv_len +=
                fc_copy_buffer_to_sglist(buf, len, info->sg, &info->nents,
-                                        &info->offset, KM_BIO_SRC_IRQ, NULL);
+                                        &info->offset, NULL);
 
        if (fr_eof(fp) == FC_EOF_T &&
            (ntoh24(fh->fh_f_ctl) & (FC_FC_LAST_SEQ | FC_FC_END_SEQ)) ==
This page took 0.031574 seconds and 5 git commands to generate.