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

« back to all changes in this revision

Viewing changes to drivers/scsi/mesh.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:
415
415
#if 1
416
416
        if (DEBUG_TARGET(cmd)) {
417
417
                int i;
418
 
                printk(KERN_DEBUG "mesh_start: %p ser=%lu tgt=%d cmd=",
419
 
                       cmd, cmd->serial_number, id);
 
418
                printk(KERN_DEBUG "mesh_start: %p tgt=%d cmd=", cmd, id);
420
419
                for (i = 0; i < cmd->cmd_len; ++i)
421
420
                        printk(" %x", cmd->cmnd[i]);
422
421
                printk(" use_sg=%d buffer=%p bufflen=%u\n",