From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935348AbcIVPr3 (ORCPT ); Thu, 22 Sep 2016 11:47:29 -0400 Received: from mail-yw0-f195.google.com ([209.85.161.195]:34427 "EHLO mail-yw0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932458AbcIVPrY (ORCPT ); Thu, 22 Sep 2016 11:47:24 -0400 Date: Thu, 22 Sep 2016 11:47:22 -0400 From: Tejun Heo To: Harman Kalra Cc: b.zolnierkie@samsung.com, linux-ide@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ata: Replace BUG() with BUG_ON(). Message-ID: <20160922154722.GA1892@htj.duckdns.org> References: <1474487988-4207-1-git-send-email-harman4linux@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1474487988-4207-1-git-send-email-harman4linux@gmail.com> User-Agent: Mutt/1.7.0 (2016-08-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Sep 22, 2016 at 01:29:48AM +0530, Harman Kalra wrote: > Replace BUG() with BUG_ON(). > Caught by coccinelle. > > Signed-off-by: Harman Kalra Applied libata/for-4.9. Thanks. -- tejun