All of lore.kernel.org
 help / color / mirror / Atom feed
From: Don Brace <brace77070@gmail.com>
To: Tomas Henzl <thenzl@redhat.com>, linux-scsi@vger.kernel.org
Subject: Re: [PATCH RESEND] hpsa: move lockup_detected attribute to host attr
Date: Fri, 6 Nov 2015 09:26:38 -0600	[thread overview]
Message-ID: <563CC6AE.3040508@pmcs.com> (raw)
In-Reply-To: <1446823449-3986-1-git-send-email-thenzl@redhat.com>

On 11/06/2015 09:24 AM, Tomas Henzl wrote:
> This patch fixes a 'general protection fault' issue by
> moving the attribute to where it was likely meant.
>
> Signed-off-by: Tomas Henzl <thenzl@redhat.com>
> Signed-off-by: Don Brace <don.brace@pmcs.com>
> ---
>   drivers/scsi/hpsa.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/scsi/hpsa.c b/drivers/scsi/hpsa.c
> index 57166e68fc..6d4412359d 100644
> --- a/drivers/scsi/hpsa.c
> +++ b/drivers/scsi/hpsa.c
> @@ -867,7 +867,6 @@ static struct device_attribute *hpsa_sdev_attrs[] = {
>   	&dev_attr_unique_id,
>   	&dev_attr_hp_ssd_smart_path_enabled,
>   	&dev_attr_path_info,
> -	&dev_attr_lockup_detected,
>   	NULL,
>   };
>   
> @@ -879,6 +878,7 @@ static struct device_attribute *hpsa_shost_attrs[] = {
>   	&dev_attr_resettable,
>   	&dev_attr_hp_ssd_smart_path_status,
>   	&dev_attr_raid_offload_debug,
> +	&dev_attr_lockup_detected,
>   	NULL,
>   };
>   
Signed-off-by: Don Brace <don.brace@pmcs.com>

  reply	other threads:[~2015-11-06 15:26 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-06 15:24 [PATCH RESEND] hpsa: move lockup_detected attribute to host attr Tomas Henzl
2015-11-06 15:26 ` Don Brace [this message]
2015-11-09 17:46 ` Martin K. Petersen

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=563CC6AE.3040508@pmcs.com \
    --to=brace77070@gmail.com \
    --cc=linux-scsi@vger.kernel.org \
    --cc=thenzl@redhat.com \
    /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.