From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751224AbeAPCps (ORCPT + 1 other); Mon, 15 Jan 2018 21:45:48 -0500 Received: from ozlabs.org ([103.22.144.67]:50239 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750807AbeAPCpq (ORCPT ); Mon, 15 Jan 2018 21:45:46 -0500 Date: Tue, 16 Jan 2018 13:45:44 +1100 From: Stephen Rothwell To: Greg KH Cc: Linux-Next Mailing List , Linux Kernel Mailing List , NeilBrown Subject: linux-next: build warning after merge of the staging tree Message-ID: <20180116134544.5f999209@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: Hi Greg, After merging the staging tree, today's linux-next build (x86_64 allmodconfig) produced this warning: drivers/staging/lustre/lnet/selftest/module.c: In function 'lnet_selftest_init': drivers/staging/lustre/lnet/selftest/module.c:98:10: warning: 'rc' may be used uninitialized in this function [-Wmaybe-uninitialized] return rc; ^~ Introduced by commit 6106c0f82481 ("staging: lustre: lnet: convert selftest to use workqueues") -- Cheers, Stephen Rothwell