From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755198AbcKVHoI (ORCPT ); Tue, 22 Nov 2016 02:44:08 -0500 Received: from ozlabs.org ([103.22.144.67]:48093 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755028AbcKVHoG (ORCPT ); Tue, 22 Nov 2016 02:44:06 -0500 Date: Tue, 22 Nov 2016 18:44:04 +1100 From: Stephen Rothwell To: James Bottomley Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Hannes Reinecke , "Martin K. Petersen" Subject: linux-next: build warning after merge of the scsi tree Message-ID: <20161122184404.2fdd253d@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 Hi James, After merging the scsi tree, today's linux-next build (x86_64 allmodconfig) produced this warning: drivers/scsi/hpsa.c: In function 'hpsa_slave_alloc': drivers/scsi/hpsa.c:2033:5: warning: 'sd' may be used uninitialized in this function [-Wmaybe-uninitialized] if (!sd) ^ Introduced by commit 4eb307f7b18d ("scsi: hpsa: use bus '3' for legacy HBA devices") -- Cheers, Stephen Rothwell