Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753506AbbBZJJb (ORCPT ); Thu, 26 Feb 2015 04:09:31 -0500 Received: from mailout3.w1.samsung.com ([210.118.77.13]:61523 "EHLO mailout3.w1.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752761AbbBZJJZ (ORCPT ); Thu, 26 Feb 2015 04:09:25 -0500 X-AuditID: cbfec7f4-b7f126d000001e9a-6d-54eee2314ac8 Message-id: <1424941761.27971.2.camel@AMDC1943> Subject: Re: linux-next: build failure after merge of the clk tree From: Krzysztof Kozlowski To: Mike Turquette Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Stephen Rothwell Date: Thu, 26 Feb 2015 10:09:21 +0100 In-reply-to: <20150226131413.2aceaf7e@canb.auug.org.au> References: <20150226131413.2aceaf7e@canb.auug.org.au> Content-type: text/plain; charset=UTF-8 X-Mailer: Evolution 3.10.4-0ubuntu2 MIME-version: 1.0 Content-transfer-encoding: 7bit X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFlrELMWRmVeSWpSXmKPExsVy+t/xa7qGj96FGHycpG1xedccNouDC9sY LZ5OuMhmsXXvVXYHFo/GGzfYPO5c28Pm8XmTXABzFJdNSmpOZllqkb5dAlfG368LmQsOsFd8 OP2ZpYHxH2sXIyeHhICJxMdTZ9ggbDGJC/fWg9lCAksZJR4uAarhArI/M0o8unaQBSTBK6Av 8WpBJzOILSzgJPFq02MmEJtNwFhi8/IlYM0iAloS2w60AtkcHMwC6RL32j1BwiwCqhJdH9rB SjgFzCVmbt0JtctMomXOErDxzALqEpPmLWIGaZUQUJZo7HeD2Coo8WPyPagSeYnNa94yT2AU mIWkYxaSsllIyhYwMq9iFE0tTS4oTkrPNdQrTswtLs1L10vOz93ECAnXLzsYFx+zOsQowMGo xMM7Q/VtiBBrYllxZe4hRgkOZiUR3ks334UI8aYkVlalFuXHF5XmpBYfYmTi4JRqYJRy1hH9 1fXEr8VwzzdjS2lbj2fcC+YZ7Fac8mV2ytOzPyMO9nj8n8x1Odax+UB7iZ3KGuMjPgVb1wWq 6MesvCrTXNsUXuzOVtrct+Losp35DCcl27+xxV14Y5mRbya6WqzyTOE3x5exK88Jy/prZfIm MJhPDejd9qHz1yOmVefX3rhZWJ7trsRSnJFoqMVcVJwIAAZDzEQ1AgAA Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1176 Lines: 34 On czw, 2015-02-26 at 13:14 +1100, Stephen Rothwell wrote: > Hi Mike, > > After merging the clk tree, today's linux-next build (x86_64 allmodconfig) > failed like this: > > drivers/clk/clk.c: In function 'clk_disable_unused_subtree': > drivers/clk/clk.c:514:3: error: label 'out' used but not defined > goto out; > ^ > > Caused by commit a2146f032294 ("clk: Use lockdep asserts to find > missing hold of prepare_lock"). Commit c440525cb967 ("clk: Remove > unneeded NULL checks") removed that label along with the NULL check > that a2146f032294 reintroduces (was this a bad rebase?). Please do > simple build tests. > > I have used the clk tree from next-20150225 for today. Mike, It seems that my patch did not applied cleanly and the merge introduced such artifacts. My patch adds only lockdep_asserts and does not influence the program flow. I can rebase and resend the patch if you wish. Best regards, Krzysztof -- 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/