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

« back to all changes in this revision

Viewing changes to drivers/message/fusion/mptsas.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-3o58a3c1bj7x00rs
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:
5012
5012
                        (ioc_stat & MPI_IOCSTATUS_FLAG_LOG_INFO_AVAILABLE)) {
5013
5013
                        VirtTarget *vtarget = NULL;
5014
5014
                        u8              id, channel;
5015
 
                        u32      log_info = le32_to_cpu(reply->IOCLogInfo);
5016
5015
 
5017
5016
                        id = sas_event_data->TargetID;
5018
5017
                        channel = sas_event_data->Bus;
5023
5022
                                    "LogInfo (0x%x) available for "
5024
5023
                                   "INTERNAL_DEVICE_RESET"
5025
5024
                                   "fw_id %d fw_channel %d\n", ioc->name,
5026
 
                                   log_info, id, channel));
 
5025
                                   le32_to_cpu(reply->IOCLogInfo),
 
5026
                                   id, channel));
5027
5027
                                if (vtarget->raidVolume) {
5028
5028
                                        devtprintk(ioc, printk(MYIOC_s_DEBUG_FMT
5029
5029
                                        "Skipping Raid Volume for inDMD\n",