From: Ewan Milne <emilne@redhat.com>
To: Christoph Hellwig <hch@lst.de>
Cc: Hannes Reinecke <hare@suse.de>,
James Bottomley <JBottomley@Parallels.com>,
linux-scsi@vger.kernel.org
Subject: Re: [PATCH 3/4] ch: remove debug noise in ch_do_scsi
Date: Mon, 19 Jan 2015 10:32:55 -0500 [thread overview]
Message-ID: <1421681575.3891.217.camel@localhost.localdomain> (raw)
In-Reply-To: <1421593891-19984-3-git-send-email-hch@lst.de>
On Sun, 2015-01-18 at 16:11 +0100, Christoph Hellwig wrote:
> The midlayer logging already prints the cdb details if the logging
> level is high enough, no need to duplicate this in the ch driver.
>
> Signed-off-by: Christoph Hellwig <hch@lst.de>
> ---
> drivers/scsi/ch.c | 8 --------
> 1 file changed, 8 deletions(-)
>
> diff --git a/drivers/scsi/ch.c b/drivers/scsi/ch.c
> index 79e462f..0045742 100644
> --- a/drivers/scsi/ch.c
> +++ b/drivers/scsi/ch.c
> @@ -194,18 +194,10 @@ ch_do_scsi(scsi_changer *ch, unsigned char *cmd, int cmd_len,
>
> retry:
> errno = 0;
> - if (debug) {
> - char logbuf[SCSI_LOG_BUFSIZE];
> -
> - __scsi_format_command(logbuf, sizeof(logbuf), cmd, cmd_len);
> - DPRINTK("command: %s", logbuf);
> - }
> -
> result = scsi_execute_req(ch->device, cmd, direction, buffer,
> buflength, &sshdr, timeout * HZ,
> MAX_RETRIES, NULL);
>
> - DPRINTK("result: 0x%x\n",result);
> if (driver_byte(result) & DRIVER_SENSE) {
> if (debug)
> scsi_print_sense_hdr(ch->device, ch->name, &sshdr);
Reviewed-by: Ewan D. Milne <emilne@redhat.com>
next prev parent reply other threads:[~2015-01-19 15:33 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-18 15:11 [PATCH 1/4] scsi: always use format argumets for dev_printk Christoph Hellwig
2015-01-18 15:11 ` [PATCH 2/4] scsi: annotate sdev_prefix_printk and scmd_printk as printf-like Christoph Hellwig
2015-01-19 7:04 ` Hannes Reinecke
2015-01-19 15:32 ` Ewan Milne
2015-01-18 15:11 ` [PATCH 3/4] ch: remove debug noise in ch_do_scsi Christoph Hellwig
2015-01-19 7:05 ` Hannes Reinecke
2015-01-19 15:32 ` Ewan Milne [this message]
2015-01-18 15:11 ` [PATCH 4/4] sr: reduce debug noise in sr_do_ioctl Christoph Hellwig
2015-01-19 7:05 ` Hannes Reinecke
2015-01-19 15:33 ` Ewan Milne
2015-01-18 15:22 ` [PATCH 1/4] scsi: always use format argumets for dev_printk James Bottomley
2015-01-19 7:04 ` Hannes Reinecke
2015-01-19 15:32 ` Ewan Milne
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=1421681575.3891.217.camel@localhost.localdomain \
--to=emilne@redhat.com \
--cc=JBottomley@Parallels.com \
--cc=hare@suse.de \
--cc=hch@lst.de \
--cc=linux-scsi@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox