On Mon, 2017-01-16 at 12:35 -0800, Himanshu Madhani wrote:
> -               kref_get(&sess->sess_kref);
> +               if (!kref_get_unless_zero(&sess->sess_kref)) {
> +                       ql_dbg(ql_dbg_tgt_tmr, vha, 0xffff,
> +                           "%s: kref_get fail %8pHC \n",
> +                            __func__, sess->port_name);
> +                       sess = NULL;
> +                       goto out_term2;
> +               }
>         }

As far as I know %pH is not a valid conversion identifier. Was perhaps
%phC intended?.

Bart.--
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

Reply via email to