From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751439AbbCTHgh (ORCPT ); Fri, 20 Mar 2015 03:36:37 -0400 Received: from mga14.intel.com ([192.55.52.115]:9421 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751032AbbCTHgf (ORCPT ); Fri, 20 Mar 2015 03:36:35 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.11,435,1422950400"; d="scan'208";a="469961876" Message-ID: <1426836992.8234.24.camel@sauron.fi.intel.com> Subject: [GIT PULL] UBI fixes for 4.0-rc5 From: Artem Bityutskiy Reply-To: dedekind1@gmail.com To: Linus Torvalds Cc: linux-mtd , "linux-kernel@vger.kernel.org" , Richard Weinberger Date: Fri, 20 Mar 2015 09:36:32 +0200 Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.10.4 (3.10.4-4.fc20) Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Linus, a pull request follows, but first a short explanation. This pull request is based on a "random" commit, unfortunately. We usually use a tagged -rc commit as a base, but not this time. Sorry for this. Richard Weinberger is the new co-maintainer for UBI, and he was a little bit too fast and did not wait for -rc1. The following changes since commit 3d883483dc0a7261d73d8b1857a7387a1dd99eee: Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal (2015-02-19 17:51:22 -0800) are available in the git repository at: git://git.infradead.org/linux-ubifs.git tags/upstream-4.0-rc5 for you to fetch changes up to b388e6a7a6ba988998ddd83919ae8d3debf1a13d: UBI: fix missing brace control flow (2015-02-23 22:17:24 +0100) ---------------------------------------------------------------- This pull request fixes a bug introduced during the v4.0 merge window where we forgot to put braces where they should be. ---------------------------------------------------------------- Brian Norris (1): UBI: fix missing brace control flow drivers/mtd/ubi/eba.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -- Regards, Artem.