From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933647AbbELQKA (ORCPT ); Tue, 12 May 2015 12:10:00 -0400 Received: from e06smtp11.uk.ibm.com ([195.75.94.107]:54013 "EHLO e06smtp11.uk.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933009AbbELQJ5 (ORCPT ); Tue, 12 May 2015 12:09:57 -0400 Date: Tue, 12 May 2015 19:12:23 +0400 From: Ivan Mikhaylov To: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, ben@decadent.org.uk, "David S. Miller" Subject: Re: [PATCH 1/2] ibm-emac: changes of emac_regs structure accordingly within driver emac_regs structure Message-ID: <20150512191223.583ebb03@fr-ThinkPad-W520> X-Mailer: Claws Mail 3.8.0 (GTK+ 2.24.10; i686-pc-linux-gnu) Mime-Version: 1.0 X-MIMETrack: Itemize by SMTP Server on D06ML401/06/M/IBM(Release 9.0.1FP3|January 12, 2015) at 12/05/2015 19:09:52, Serialize by Router on D06ML401/06/M/IBM(Release 9.0.1FP3|January 12, 2015) at 12/05/2015 19:09:53, Serialize complete at 12/05/2015 19:09:53 X-TNEFEvaluated: 1 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 15051216-0041-0000-0000-0000045E3C74 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org >From: Ivan Mikhaylov >Date: Tue, 12 May 2015 17:11:44 +0400 > >> In ibm_emac.c in ethtool size of emac structure which passing through >> to driver is nailed down and not correlating with current emac_regs >> structure. >> >> Signed-off-by: Ivan Mikhaylov > >Please do not submit patches for two different projects as a single >patch series. > >Thank you. Dave, okay but if they're dependant on each other? Need I re-submit two patches as separate without series in subject? Thanks.