[SCSI] megaraid_sas: Add CFG_CLEARED AEN
authoradam radford <aradford@gmail.com>
Fri, 25 Feb 2011 04:56:53 +0000 (20:56 -0800)
committerJames Bottomley <James.Bottomley@suse.de>
Mon, 28 Feb 2011 17:57:44 +0000 (11:57 -0600)
The following patch for megaraid_sas adds a missing check for
MR_EVT_CFG_CLEARED in megasas_aen_polling().

Signed-off-by: Adam Radford <aradford@gmail.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
drivers/scsi/megaraid/megaraid_sas_base.c

index a521e1afd7387729e363485197c92bb77a3e4ce3..1789a1c13085f4315ee15e5d5ca4592dcef86eeb 100644 (file)
@@ -5196,6 +5196,7 @@ megasas_aen_polling(struct work_struct *work)
                        break;
 
                case MR_EVT_LD_OFFLINE:
+               case MR_EVT_CFG_CLEARED:
                case MR_EVT_LD_DELETED:
                        megasas_get_ld_list(instance);
                        for (i = 0; i < MEGASAS_MAX_LD_CHANNELS; i++) {
This page took 0.0301 seconds and 5 git commands to generate.