From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754289AbdIZEJv (ORCPT ); Tue, 26 Sep 2017 00:09:51 -0400 Received: from ozlabs.org ([103.22.144.67]:36521 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754228AbdIZEJu (ORCPT ); Tue, 26 Sep 2017 00:09:50 -0400 Date: Tue, 26 Sep 2017 14:09:47 +1000 From: Stephen Rothwell To: "Martin K. Petersen" Cc: Linux-Next Mailing List , Linux Kernel Mailing List , Jason Yan Subject: linux-next: build warning after merge of the scsi-mkp tree Message-ID: <20170926140947.0ee82f2d@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 Martin, After merging the scsi-mkp tree, today's linux-next build (x86_64 allmodconfig) produced this warning: drivers/scsi/hisi_sas/hisi_sas_main.c: In function 'hisi_sas_controller_reset': drivers/scsi/hisi_sas/hisi_sas_main.c:1049:24: warning: unused variable 'sas_ha' [-Wunused-variable] struct sas_ha_struct *sas_ha = &hisi_hba->sha; ^ Introduced by commit 042ebd293b86 ("scsi: libsas: kill useless ha_event and do some cleanup") -- Cheers, Stephen Rothwell