From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1423994AbcFNCS7 (ORCPT ); Mon, 13 Jun 2016 22:18:59 -0400 Received: from ozlabs.org ([103.22.144.67]:46028 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1422840AbcFNCS5 (ORCPT ); Mon, 13 Jun 2016 22:18:57 -0400 Date: Tue, 14 Jun 2016 12:18:55 +1000 From: Stephen Rothwell To: Maxime Ripard Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org Subject: linux-next: build warning after merge of the sunxi tree Message-ID: <20160614121855.51b7da7e@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 Maxime, After merging the sunxi tree, today's linux-next build (arm multi_v7_defconfig) produced this warning: drivers/clk/sunxi/clk-sun4i-tcon-ch1.c:82:6: warning: unused variable 'num_parents' [-Wunused-variable] int num_parents = clk_hw_get_num_parents(hw); ^ Introduced by commit 4de2d58bc973 ("clk: sunxi: tcon-ch1: Do not return a negative error in get_parent") -- Cheers, Stephen Rothwell