Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S942568AbcJZNVt (ORCPT ); Wed, 26 Oct 2016 09:21:49 -0400 Received: from mail-lf0-f42.google.com ([209.85.215.42]:36249 "EHLO mail-lf0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S966154AbcJZNVn (ORCPT ); Wed, 26 Oct 2016 09:21:43 -0400 Subject: Re: [PATCH v2] usb: musb: remove duplicated actions To: Kirill Esipov , linux-kernel@vger.kernel.org References: <1477483297-29330-1-git-send-email-yesipov@gmail.com> Cc: linux-usb@vger.kernel.org, gregkh@linuxfoundation.org, b-liu@ti.com From: Sergei Shtylyov Organization: Cogent Embedded Message-ID: Date: Wed, 26 Oct 2016 16:21:38 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <1477483297-29330-1-git-send-email-yesipov@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 380 Lines: 12 On 10/26/2016 03:01 PM, Kirill Esipov wrote: > Removing unnecessary duplicated actions that we've got while merging: > "Merge 4.1-rc7 into usb-next" 19915e623458 See Documentation/SubmittingPatches, it should be: 19915e623458 ("Merge 4.1-rc7 into usb-next"). Perhaps the MUSB maintainer can fix this.. > Signed-off-by: Kirill Esipov [...] MBR, Sergei