From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jaehoon Chung Subject: Re: [PATCH] MAINTAINERS: mmc: Move the mmc tree to kernel.org Date: Tue, 18 Oct 2016 12:52:13 +0900 Message-ID: References: <1476708880-5333-1-git-send-email-ulf.hansson@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=gbk Content-Transfer-Encoding: 7bit Return-path: Received: from mailout4.samsung.com ([203.254.224.34]:58174 "EHLO mailout4.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753362AbcJRDwQ (ORCPT ); Mon, 17 Oct 2016 23:52:16 -0400 In-reply-to: Sender: linux-mmc-owner@vger.kernel.org List-Id: linux-mmc@vger.kernel.org To: Shawn Lin , Ulf Hansson , linux-mmc@vger.kernel.org Cc: linux-kernel@vger.kernel.org, Adrian Hunter On 10/18/2016 12:19 PM, Shawn Lin wrote: > Hi Ulf, > > On 2016/10/17 20:54, Ulf Hansson wrote: >> Signed-off-by: Ulf Hansson >> --- >> MAINTAINERS | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/MAINTAINERS b/MAINTAINERS >> index a009e00..e685724 100644 >> --- a/MAINTAINERS >> +++ b/MAINTAINERS >> @@ -8164,7 +8164,7 @@ F: include/linux/mfd/ >> MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM >> M: Ulf Hansson >> L: linux-mmc@vger.kernel.org >> -T: git git://git.linaro.org/people/ulf.hansson/mmc.git >> +T: git git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git > > I cannot clone this tree, and I have tried some of my servers, although. > > remote: Total 5031043 (delta 4225582), reused 5030965 (delta 4225531) > Resolving deltas: 100% (4225582/4225582), done. > Checking connectivity... done. > warning: remote HEAD refers to nonexistent ref, unable to checkout. you have to checkout to "next" e.g) git checkout next Best Regards, Jaehoon Chung > > ...then the clone process failed. > >> S: Maintained >> F: Documentation/devicetree/bindings/mmc/ >> F: drivers/mmc/ >> > >