On 04/09/2015 09:00 PM, Himanshu Madhani wrote: > Signed-off-by: Giridhar Malavali <giridhar.malavali@xxxxxxxxxx> > Signed-off-by: Himanshu Madhani <himanshu.madhani@xxxxxxxxxx> > --- > drivers/scsi/qla2xxx/qla_tmpl.c | 5 +++-- > 1 files changed, 3 insertions(+), 2 deletions(-) > > diff --git a/drivers/scsi/qla2xxx/qla_tmpl.c b/drivers/scsi/qla2xxx/qla_tmpl.c > index 1437fce..7f67fb2 100644 > --- a/drivers/scsi/qla2xxx/qla_tmpl.c > +++ b/drivers/scsi/qla2xxx/qla_tmpl.c > @@ -787,11 +787,12 @@ qla27xx_walk_template(struct scsi_qla_host *vha, > ql_dbg(ql_dbg_misc, vha, 0xd01b, > "%s: len=%lx\n", __func__, *len); > > - if (buf) > + if (buf) { > ql_log(ql_log_warn, vha, 0xd015, > "Firmware dump saved to temp buffer (%ld/%p)\n", > vha->host_no, vha->hw->fw_dump); > - > + qla2x00_post_uevent_work(vha, QLA_UEVENT_CODE_FW_DUMP); > + } > } > > static void > Hmm? Isn't that the same as in the previous patch? Cheers, Hannes -- Dr. Hannes Reinecke zSeries & Storage hare@xxxxxxx +49 911 74053 688 SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg GF: J. Hawn, J. Guild, F. Imendörffer, HRB 16746 (AG Nürnberg) -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html