From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751310AbdHVFHh (ORCPT ); Tue, 22 Aug 2017 01:07:37 -0400 Received: from ozlabs.org ([103.22.144.67]:58415 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750899AbdHVFHg (ORCPT ); Tue, 22 Aug 2017 01:07:36 -0400 Date: Tue, 22 Aug 2017 15:07:33 +1000 From: Stephen Rothwell To: Kishon Vijay Abraham I Cc: Linux-Next Mailing List , Linux Kernel Mailing List , John Crispin , Harvey Hunt Subject: linux-next: build warning after merge of the phy-next tree Message-ID: <20170822150733.32c8514c@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 Kishon, After merging the phy-next tree, today's linux-next build (x86_64 allmodconfig) produced this warning: drivers/phy/ralink/phy-ralink-usb.c: In function 'ralink_usb_phy_probe': drivers/phy/ralink/phy-ralink-usb.c:195:13: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] phy->clk = (u32) match->data; ^ Introduced by commit 2411a736ff09 ("phy: ralink-usb: add driver for Mediatek/Ralink") -- Cheers, Stephen Rothwell