~ubuntu-branches/ubuntu/trusty/linux-linaro-omap/trusty

« back to all changes in this revision

Viewing changes to drivers/scsi/bnx2fc/bnx2fc_io.c

  • Committer: Package Import Robot
  • Author(s): John Rigby, John Rigby
  • Date: 2011-09-26 10:44:23 UTC
  • Revision ID: package-import@ubuntu.com-20110926104423-57i0gl3v99b3lkfg
Tags: 3.0.0-1007.9
[ John Rigby ]

Enable crypto modules and remove crypto-modules from
exclude-module files
LP: #826021

Show diffs side-by-side

added added

removed removed

Lines of Context:
1663
1663
        tgt = (struct bnx2fc_rport *)&rp[1];
1664
1664
 
1665
1665
        if (!test_bit(BNX2FC_FLAG_SESSION_READY, &tgt->flags)) {
 
1666
                if (test_bit(BNX2FC_FLAG_UPLD_REQ_COMPL, &tgt->flags))  {
 
1667
                        sc_cmd->result = DID_NO_CONNECT << 16;
 
1668
                        sc_cmd->scsi_done(sc_cmd);
 
1669
                        return 0;
 
1670
 
 
1671
                }
1666
1672
                /*
1667
1673
                 * Session is not offloaded yet. Let SCSI-ml retry
1668
1674
                 * the command.