Re: [PATCH v2 08/12] qla2xxx: Add framework for Async fabric discovery.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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 majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [SCSI Target Devel]     [Linux SCSI Target Infrastructure]     [Kernel Newbies]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Linux IIO]     [Samba]     [Device Mapper]

  Powered by Linux