All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tejun Heo <htejun@gmail.com>
To: Borislav Petkov <bbpetkov@yahoo.de>
Cc: linux-ide <linux-ide@vger.kernel.org>, Jeff Garzik <jgarzik@pobox.com>
Subject: Re: [PATCH 5/9] libata-eh.c conversion
Date: Fri, 30 Jun 2006 01:56:17 +0900	[thread overview]
Message-ID: <44A40631.5070200@gmail.com> (raw)
In-Reply-To: <20060629161008.GF23122@zmei.tnic>

Hi!

Borislav Petkov wrote:
> @@ -516,7 +518,7 @@ void ata_port_schedule_eh(struct ata_por
>  	ap->flags |= ATA_FLAG_EH_PENDING;
>  	scsi_schedule_eh(ap->host);
>  
> -	DPRINTK("port EH scheduled\n");
> +	ata_port_printk(ap, ATA_MSG_INFO, "port EH scheduled\n");

DEBUG

>  }
>  
>  /**
> @@ -580,7 +582,7 @@ static void __ata_port_freeze(struct ata
>  
>  	ap->flags |= ATA_FLAG_FROZEN;
>  
> -	DPRINTK("ata%u port frozen\n", ap->id);
> +	ata_port_printk(ap, ATA_MSG_INFO, "ata%u port frozen\n", ap->id);

DEBUG

>  }
>  
>  /**
> @@ -653,7 +655,7 @@ void ata_eh_thaw_port(struct ata_port *a
>  
>  	spin_unlock_irqrestore(ap->lock, flags);
>  
> -	DPRINTK("ata%u port thawed\n", ap->id);
> +	ata_port_printk(ap, ATA_MSG_INFO, "ata%u port thawed\n", ap->id);

DEBUG

>  }
>  
>  static void ata_eh_scsidone(struct scsi_cmnd *scmd)
> @@ -839,7 +841,7 @@ static unsigned int ata_read_log_page(st
>  	struct ata_taskfile tf;
>  	unsigned int err_mask;
>  
> -	DPRINTK("read log page - page %d\n", page);
> +	ata_dev_printk(dev, ATA_MSG_INFO, "read log page - page %d\n", page);

DEBUG

>  
>  	ata_tf_init(dev, &tf);
>  	tf.command = ATA_CMD_READ_LOG_EXT;
> @@ -931,7 +934,7 @@ static unsigned int atapi_eh_request_sen
>  	struct ata_taskfile tf;
>  	u8 cdb[ATAPI_CDB_LEN];
>  
> -	DPRINTK("ATAPI request sense\n");
> +	ata_port_printk(ap, ATA_MSG_INFO, "ATAPI request sense\n");

DEBUG

>  
>  	ata_tf_init(dev, &tf);
>  

-- 
tejun

  reply	other threads:[~2006-06-29 16:55 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-06-29 16:10 [PATCH 5/9] libata-eh.c conversion Borislav Petkov
2006-06-29 16:56 ` Tejun Heo [this message]
  -- strict thread matches above, loose matches on Subject: below --
2006-06-30  6:49 Borislav Petkov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=44A40631.5070200@gmail.com \
    --to=htejun@gmail.com \
    --cc=bbpetkov@yahoo.de \
    --cc=jgarzik@pobox.com \
    --cc=linux-ide@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.