From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1426435AbcFIBSl (ORCPT ); Wed, 8 Jun 2016 21:18:41 -0400 Received: from ozlabs.org ([103.22.144.67]:58857 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1423920AbcFIBSd (ORCPT ); Wed, 8 Jun 2016 21:18:33 -0400 Date: Thu, 9 Jun 2016 11:18:30 +1000 From: Stephen Rothwell To: Vinod Koul Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Kedareswara rao Appana Subject: linux-next: build warning after merge of the slave-dma tree Message-ID: <20160609111830.652cb495@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 Vinod, After merging the slave-dma tree, today's linux-next build (arm multi_v7_defconfig) produced this warning: drivers/dma/xilinx/xilinx_vdma.c: In function 'xilinx_dma_prep_dma_cyclic': drivers/dma/xilinx/xilinx_vdma.c:1808:23: warning: 'segment' may be used uninitialized in this function [-Wmaybe-uninitialized] segment->hw.control |= XILINX_DMA_BD_SOP; Introduced by commit 92d794dfb699 ("dmaengine: vdma: Add support for cyclic dma mode") I am not sure if this is tecnically a problem, but gcc certainly cannot tell. -- Cheers, Stephen Rothwell