Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753380Ab3JUWzO (ORCPT ); Mon, 21 Oct 2013 18:55:14 -0400 Received: from shards.monkeyblade.net ([149.20.54.216]:44451 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751827Ab3JUWzJ (ORCPT ); Mon, 21 Oct 2013 18:55:09 -0400 Date: Mon, 21 Oct 2013 18:55:07 -0400 (EDT) Message-Id: <20131021.185507.288415528648852269.davem@davemloft.net> To: freddy@asix.com.tw Cc: linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, louis@asix.com.tw, allan@asix.com.tw Subject: Re: [PATCH 1/1] [PATCH] ax88179_178a: Correct the RX error definition in RX header From: David Miller In-Reply-To: <1382337460-2036-1-git-send-email-freddy@asix.com.tw> References: <1382337460-2036-1-git-send-email-freddy@asix.com.tw> X-Mailer: Mew version 6.5 on Emacs 24.1 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.1 (shards.monkeyblade.net [0.0.0.0]); Mon, 21 Oct 2013 15:55:09 -0700 (PDT) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 716 Lines: 21 From: freddy@asix.com.tw Date: Mon, 21 Oct 2013 14:37:40 +0800 > From: Freddy Xin > > Correct the definition of AX_RXHDR_CRC_ERR and > AX_RXHDR_DROP_ERR. They are BIT29 and BIT31 in pkt_hdr > seperately. > Add VID:DID for Samsung USB Ethernet Adapter. > > Signed-off-by: Freddy Xin Do not do two logically different things in one patch. Fix the register bit definitions in one patch, then add the new device IDs in another. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/