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

« back to all changes in this revision

Viewing changes to drivers/target/target_core_ua.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:
247
247
                }
248
248
                /*
249
249
                 * Otherwise for the default 00b, release the UNIT ATTENTION
250
 
                 * condition.  Return the ASC/ASCQ of the higest priority UA
 
250
                 * condition.  Return the ASC/ASCQ of the highest priority UA
251
251
                 * (head of the list) in the outgoing CHECK_CONDITION + sense.
252
252
                 */
253
253
                if (head) {
304
304
         * matching struct se_lun.
305
305
         *
306
306
         * Once the returning ASC/ASCQ values are set, we go ahead and
307
 
         * release all of the Unit Attention conditions for the assoicated
 
307
         * release all of the Unit Attention conditions for the associated
308
308
         * struct se_lun.
309
309
         */
310
310
        spin_lock(&deve->ua_lock);