Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754169AbcKPDAJ (ORCPT ); Tue, 15 Nov 2016 22:00:09 -0500 Received: from ozlabs.org ([103.22.144.67]:55319 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752020AbcKPDAH (ORCPT ); Tue, 15 Nov 2016 22:00:07 -0500 Date: Wed, 16 Nov 2016 14:00:04 +1100 From: Stephen Rothwell To: Kishon Vijay Abraham I Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, William Wu Subject: linux-next: build warning after merge of the phy-next tree Message-ID: <20161116140004.465a98af@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 Content-Length: 473 Lines: 17 Hi Kishon, After merging the phy-next tree, today's linux-next build (x86_64 allmodconfig) produced this warning: drivers/phy/phy-rockchip-inno-usb2.c: In function 'rockchip_chg_detect_work': drivers/phy/phy-rockchip-inno-usb2.c:717:7: warning: 'tmout' may be used uninitialized in this function [-Wmaybe-uninitialized] if (tmout) { ^ Introduced by commit 0c42fe48fd23 ("phy: rockchip-inno-usb2: support otg-port for rk3399") -- Cheers, Stephen Rothwell