Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755320AbcJOVtF (ORCPT ); Sat, 15 Oct 2016 17:49:05 -0400 Received: from shards.monkeyblade.net ([184.105.139.130]:36612 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750919AbcJOVs5 (ORCPT ); Sat, 15 Oct 2016 17:48:57 -0400 Date: Sat, 15 Oct 2016 17:48:50 -0400 (EDT) Message-Id: <20161015.174850.1523283727470633263.davem@davemloft.net> To: tushar.n.dave@oracle.com Cc: netdev@vger.kernel.org, chris.hyser@oracle.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/2] net: Fix compiler warnings From: David Miller In-Reply-To: <1476489966-9128-1-git-send-email-tushar.n.dave@oracle.com> References: <1476489966-9128-1-git-send-email-tushar.n.dave@oracle.com> X-Mailer: Mew version 6.7 on Emacs 24.5 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Sat, 15 Oct 2016 14:48:52 -0700 (PDT) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 479 Lines: 14 From: Tushar Dave Date: Fri, 14 Oct 2016 17:06:04 -0700 > Recently, ATU (iommu) changes are submitted to linux-sparc that > enables 64bit DMA on SPARC. However, this change also makes > 'incompatible pointer type' compiler warnings inevitable on sunqe > and sunbmac driver. > > The two patches in series fix compiler warnings. Only the sparc tree has this build problem, so these patches really ought to be submitted for and applied there. Thanks.