From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753416AbbIRTXy (ORCPT ); Fri, 18 Sep 2015 15:23:54 -0400 Received: from mail-wi0-f169.google.com ([209.85.212.169]:37163 "EHLO mail-wi0-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753112AbbIRTXv (ORCPT ); Fri, 18 Sep 2015 15:23:51 -0400 Date: Fri, 18 Sep 2015 21:23:46 +0200 From: Richard Cochran To: Luis de Bethencourt Cc: linux-kernel@vger.kernel.org, netdev@vger.kernel.org Subject: Re: [PATCH 4/6] net: freescale: Fix module autoload for OF platform driver Message-ID: <20150918192346.GD1802@localhost.localdomain> References: <20150918155527.GA24827@goodgumbo.baconseed.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150918155527.GA24827@goodgumbo.baconseed.org> 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 On Fri, Sep 18, 2015 at 05:55:27PM +0200, Luis de Bethencourt wrote: > This platform driver has a OF device ID table but the OF module > alias information is not created so module autoloading won't work. > > Signed-off-by: Luis de Bethencourt Nit: The subject line should have been: net: gianfar_ptp: ... Acked-by: Richard Cochran