From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S941658AbcKQRT1 (ORCPT ); Thu, 17 Nov 2016 12:19:27 -0500 Received: from mail-wm0-f66.google.com ([74.125.82.66]:33817 "EHLO mail-wm0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S941314AbcKQRTW (ORCPT ); Thu, 17 Nov 2016 12:19:22 -0500 Date: Thu, 17 Nov 2016 18:19:20 +0100 From: Johan Hovold To: David Miller Cc: johan@kernel.org, mugunthanvnm@ti.com, grygorii.strashko@ti.com, linux-omap@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH net v2 7/7] net: ethernet: ti: cpsw: fix fixed-link phy probe deferral Message-ID: <20161117171920.GD10490@localhost> References: <1479400804-9847-1-git-send-email-johan@kernel.org> <1479400804-9847-8-git-send-email-johan@kernel.org> <20161117.120416.1443476818715961812.davem@davemloft.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161117.120416.1443476818715961812.davem@davemloft.net> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Nov 17, 2016 at 12:04:16PM -0500, David Miller wrote: > From: Johan Hovold > Date: Thu, 17 Nov 2016 17:40:04 +0100 > > > Make sure to propagate errors from of_phy_register_fixed_link() which > > can fail with -EPROBE_DEFER. > > > > Fixes: 1f71e8c96fc6 ("drivers: net: cpsw: Add support for fixed-link > > PHY") > > Signed-off-by: Johan Hovold > > Johan, when you update a patch within a series you must post the > entire series freshly to the lists, cover posting and all. I'm quite sure that is exactly what I did. Did you only get this last patch out of the seven? Johan