~ubuntu-branches/ubuntu/quantal/linux-linaro-mx51/quantal

« back to all changes in this revision

Viewing changes to drivers/scsi/bfa/bfa_fcs_fcpim.c

  • Committer: Bazaar Package Importer
  • Author(s): John Rigby, John Rigby
  • Date: 2011-01-08 18:34:41 UTC
  • Revision ID: james.westby@ubuntu.com-20110108183441-002wttt2gz2sah4b
Tags: 2.6.37-1002.5
[ John Rigby ]

* rebase to new upstreams: 
  v2.6.37 final
  Ubuntu-2.6.37-12.28
* Clean up lintian errors and warnings
  - LP: #697317

Show diffs side-by-side

added added

removed removed

Lines of Context:
261
261
                bfa_fcb_itnim_online(itnim->itnim_drv);
262
262
                wwn2str(lpwwn_buf, bfa_fcs_lport_get_pwwn(itnim->rport->port));
263
263
                wwn2str(rpwwn_buf, itnim->rport->pwwn);
264
 
                BFA_LOG(KERN_INFO, bfad, log_level,
 
264
                BFA_LOG(KERN_INFO, bfad, bfa_log_level,
265
265
                "Target (WWN = %s) is online for initiator (WWN = %s)\n",
266
266
                rpwwn_buf, lpwwn_buf);
267
267
                break;
301
301
                wwn2str(lpwwn_buf, bfa_fcs_lport_get_pwwn(itnim->rport->port));
302
302
                wwn2str(rpwwn_buf, itnim->rport->pwwn);
303
303
                if (bfa_fcs_lport_is_online(itnim->rport->port) == BFA_TRUE)
304
 
                        BFA_LOG(KERN_ERR, bfad, log_level,
 
304
                        BFA_LOG(KERN_ERR, bfad, bfa_log_level,
305
305
                        "Target (WWN = %s) connectivity lost for "
306
306
                        "initiator (WWN = %s)\n", rpwwn_buf, lpwwn_buf);
307
307
                else
308
 
                        BFA_LOG(KERN_INFO, bfad, log_level,
 
308
                        BFA_LOG(KERN_INFO, bfad, bfa_log_level,
309
309
                        "Target (WWN = %s) offlined by initiator (WWN = %s)\n",
310
310
                        rpwwn_buf, lpwwn_buf);
311
311
                break;