From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751171AbdH1ICl (ORCPT ); Mon, 28 Aug 2017 04:02:41 -0400 Received: from ozlabs.org ([103.22.144.67]:54173 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750797AbdH1ICj (ORCPT ); Mon, 28 Aug 2017 04:02:39 -0400 Date: Mon, 28 Aug 2017 18:02:36 +1000 From: Stephen Rothwell To: James Bottomley Cc: Linux-Next Mailing List , Linux Kernel Mailing List , Hannes Reinecke , "Martin K. Petersen" , Christoph Hellwig , Johannes Thumshirn Subject: linux-next: build failure after merge of the scsi tree Message-ID: <20170828180236.6a6cfaf2@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 (sparc defconfig) failed like this: drivers/scsi/qlogicpti.c:1285:27: error: initialization from incompatible pointer type [-Werror=incompatible-pointer-types] .eh_host_reset_handler = qlogicpti_reset, ^ Caused by commit af167bc42d86 ("scsi: qlogicpti: move bus reset to host reset") I have reverted that commit for today. -- Cheers, Stephen Rothwell