From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932742AbdCFUta (ORCPT ); Mon, 6 Mar 2017 15:49:30 -0500 Received: from mail-yw0-f196.google.com ([209.85.161.196]:36245 "EHLO mail-yw0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932439AbdCFUrr (ORCPT ); Mon, 6 Mar 2017 15:47:47 -0500 Date: Mon, 6 Mar 2017 15:41:22 -0500 From: Tejun Heo To: Belen Sarabia Cc: linux-ide@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] Delete redundant return value check of platform_get_resource() Message-ID: <20170306204122.GD26127@htj.duckdns.org> References: <20170227214118.GA2895@belen-VirtualBox> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170227214118.GA2895@belen-VirtualBox> User-Agent: Mutt/1.7.1 (2016-10-04) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Feb 27, 2017 at 10:41:18PM +0100, Belen Sarabia wrote: > Delete error handling from the result of a call to platform_get_resource() > when the value is immediately passed to devm_ioremap_resource(). > > Signed-off-by: Belen Sarabia Applied to libata/for-4.12. Thanks. -- tejun