diff options
author | Robert Love <robert.w.love@intel.com> | 2013-06-11 07:28:09 +0000 |
---|---|---|
committer | Robert Love <robert.w.love@intel.com> | 2013-07-09 11:18:41 -0700 |
commit | 3a2926054acf876313afaaddac00a8ad255f6d68 (patch) | |
tree | 77d2b9c394a3b01ca9ae4d295841562ea704640d /drivers/scsi/libfc | |
parent | 4a80f083dd70a200763e77d3eeee48bdf753c7df (diff) | |
download | kernel_goldelico_gta04-3a2926054acf876313afaaddac00a8ad255f6d68.zip kernel_goldelico_gta04-3a2926054acf876313afaaddac00a8ad255f6d68.tar.gz kernel_goldelico_gta04-3a2926054acf876313afaaddac00a8ad255f6d68.tar.bz2 |
libfc: Differentiate echange timer cancellation debug statements
There are two debug statements with the same output string regarding
echange timer cancellation. This patch simply changes the output of
one string so that they can be differentiated.
Signed-off-by: Robert Love <robert.w.love@intel.com>
Tested-by: Jack Morgan <jack.morgan@intel.com>
Acked-by: Neil Horman <nhorman@tuxdriver.com>
Diffstat (limited to 'drivers/scsi/libfc')
-rw-r--r-- | drivers/scsi/libfc/fc_exch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/libfc/fc_exch.c b/drivers/scsi/libfc/fc_exch.c index e98ea6a..5879929 100644 --- a/drivers/scsi/libfc/fc_exch.c +++ b/drivers/scsi/libfc/fc_exch.c @@ -1567,7 +1567,7 @@ static void fc_exch_abts_resp(struct fc_exch *ep, struct fc_frame *fp) fc_exch_rctl_name(fh->fh_r_ctl)); if (cancel_delayed_work_sync(&ep->timeout_work)) { - FC_EXCH_DBG(ep, "Exchange timer canceled\n"); + FC_EXCH_DBG(ep, "Exchange timer canceled due to ABTS response\n"); fc_exch_release(ep); /* release from pending timer hold */ } |