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

From: Keith Busch
Date: Tue Dec 29 2015 - 13:14:25 EST


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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/