From: "Ewan D. Milne" <emi...@redhat.com> The envp[] array in scsi_evt_emit() only needs to have 2 entries.
Signed-off-by: Ewan D. Milne <emi...@redhat.com> --- drivers/scsi/scsi_lib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/scsi/scsi_lib.c b/drivers/scsi/scsi_lib.c index f6499db..6585049 100644 --- a/drivers/scsi/scsi_lib.c +++ b/drivers/scsi/scsi_lib.c @@ -2180,7 +2180,7 @@ EXPORT_SYMBOL(scsi_device_set_state); static void scsi_evt_emit(struct scsi_device *sdev, struct scsi_event *evt) { int idx = 0; - char *envp[3]; + char *envp[2]; switch (evt->evt_type) { case SDEV_EVT_MEDIA_CHANGE: -- 1.7.11.7 -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html