Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1299067 > unrolled thread

Re: [PATCH RESEND] nvme:Fix error handling in the function nvme_init_integrity

Started byKeith Busch <keith.busch@intel.com>
First post2015-12-29 19:20 +0100
Last post2015-12-29 19:20 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH RESEND] nvme:Fix error handling in the function  nvme_init_integrity Keith Busch <keith.busch@intel.com> - 2015-12-29 19:20 +0100

#1299067 — Re: [PATCH RESEND] nvme:Fix error handling in the function nvme_init_integrity

FromKeith Busch <keith.busch@intel.com>
Date2015-12-29 19:20 +0100
SubjectRe: [PATCH RESEND] nvme:Fix error handling in the function nvme_init_integrity
Message-ID<qL72i-43i-3@gated-at.bofh.it>
On Tue, Dec 29, 2015 at 01:10:48PM -0500, Nicholas Krause wrote:
> -	blk_integrity_register(ns->disk, &integrity);
> +	if (blk_integrity_register(ns->disk, &integrity)) {

Nak; blk_integrity_register returns 'void'.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web