Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753515AbbBETF0 (ORCPT ); Thu, 5 Feb 2015 14:05:26 -0500 Received: from mailrelay117.isp.belgacom.be ([195.238.20.144]:48453 "EHLO mailrelay117.isp.belgacom.be" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753215AbbBETFY (ORCPT ); Thu, 5 Feb 2015 14:05:24 -0500 X-Belgacom-Dynamic: yes X-Cloudmark-SP-Filtered: true X-Cloudmark-SP-Result: v=1.1 cv=i+EX5EtM4g4P/CrLY+sx2nOWHsqv9AlVwqc0uudqMuE= c=1 sm=2 a=Z4Rwk6OoAAAA:8 a=YD4IITh8P9c5frn-gaQA:9 a=Jx2FKLtrRzsA:10 a=hZd_d8PsjL4A:10 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A2AxEAB4vtNU/ydFsltagwaBK7ACAQEBAQEBBQF2lzYEAgKBJkQBAQEBAX2EDQEFViMQUTkeGYgxAcYckEIBAQEBBiKGBIkQZAcWhBMFjneJTZJrIoNvPTGBAoFAAQEB From: Fabian Frederick To: linux-kernel@vger.kernel.org Cc: Fabian Frederick , Andrew Morton Subject: [PATCH v2 4/6 linux-next] fs/affs/bitmap.c: remove unnecessary return Date: Thu, 5 Feb 2015 20:05:11 +0100 Message-Id: <1423163113-7491-4-git-send-email-fabf@skynet.be> X-Mailer: git-send-email 2.1.0 In-Reply-To: <1423163113-7491-1-git-send-email-fabf@skynet.be> References: <1423163113-7491-1-git-send-email-fabf@skynet.be> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 719 Lines: 28 return is not needed at the end of function. Cc: Andrew Morton Signed-off-by: Fabian Frederick --- fs/affs/bitmap.c | 1 - 1 file changed, 1 deletion(-) diff --git a/fs/affs/bitmap.c b/fs/affs/bitmap.c index c8de511..6751489 100644 --- a/fs/affs/bitmap.c +++ b/fs/affs/bitmap.c @@ -99,7 +99,6 @@ err_bh_read: err_range: affs_error(sb, "affs_free_block","Block %u outside partition", block); - return; } /* -- 2.1.0 -- 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/