~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to drivers/scsi/ips.c

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
137
137
/*          - Fix path/name for scsi_hosts.h include for 2.6 kernels         */
138
138
/*          - Fix sort order of 7k                                           */
139
139
/*          - Remove 3 unused "inline" functions                             */
140
 
/* 7.12.xx  - Use STATIC functions whereever possible                        */
 
140
/* 7.12.xx  - Use STATIC functions wherever possible                        */
141
141
/*          - Clean up deprecated MODULE_PARM calls                          */
142
142
/* 7.12.05  - Remove Version Matching per IBM request                        */
143
143
/*****************************************************************************/
1665
1665
        int datasize;
1666
1666
 
1667
1667
        /* Trombone is the only copperhead that can do packet flash, but only
1668
 
         * for firmware. No one said it had to make sence. */
 
1668
         * for firmware. No one said it had to make sense. */
1669
1669
        if (IPS_IS_TROMBONE(ha) && pt->CoppCP.cmd.flashfw.type == IPS_FW_IMAGE) {
1670
1670
                if (ips_usrcmd(ha, pt, scb))
1671
1671
                        return IPS_SUCCESS;