From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751072AbbD3Kdy (ORCPT ); Thu, 30 Apr 2015 06:33:54 -0400 Received: from mga14.intel.com ([192.55.52.115]:37547 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750710AbbD3Kdw (ORCPT ); Thu, 30 Apr 2015 06:33:52 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.11,676,1422950400"; d="scan'208";a="703219866" Date: Thu, 30 Apr 2015 13:33:44 +0300 From: Heikki Krogerus To: Felipe Balbi Cc: David Cohen , Greg Kroah-Hartman , Stephen Boyd , Baolu Lu , Paul Bolle , linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCHv3 08/12] usb: dwc3: add hsphy_interface property Message-ID: <20150430103344.GA1372@kuha.fi.intel.com> References: <20150429082113.GC25288@kuha.fi.intel.com> <1430296233-144245-1-git-send-email-heikki.krogerus@linux.intel.com> <20150429150332.GB7262@saruman.tx.rr.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150429150332.GB7262@saruman.tx.rr.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > > -static void dwc3_phy_setup(struct dwc3 *dwc) > > +static int dwc3_phy_setup(struct dwc3 *dwc) > > { > > u32 reg; > > + int ret; > > unused variable true, -- heikki