From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753829AbbJ0Kdc (ORCPT ); Tue, 27 Oct 2015 06:33:32 -0400 Received: from mail-lb0-f180.google.com ([209.85.217.180]:33809 "EHLO mail-lb0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752313AbbJ0Kda (ORCPT ); Tue, 27 Oct 2015 06:33:30 -0400 From: Kashyap Desai References: <1445934375-17784-1-git-send-email-wangweidong1@huawei.com> <1445934375-17784-2-git-send-email-wangweidong1@huawei.com> <1445941550.16404.37.camel@suse.de> In-Reply-To: <1445941550.16404.37.camel@suse.de> MIME-Version: 1.0 X-Mailer: Microsoft Outlook 14.0 Thread-Index: AQEvSpE1Ja3QuyzEkxK3y5Ir/8f3SgDLjw/EAjawE2qfqp2FYA== Date: Tue, 27 Oct 2015 16:03:27 +0530 Message-ID: <6aed31d964ce36a682947820eee7cbc1@mail.gmail.com> Subject: RE: [PATCH 1/3] megaraid_sas: Convert dev_printk to dev_ To: Johannes Thumshirn , Weidong Wang , Sumit Saxena , Uday Lingala , JBottomley@odin.com Cc: "PDL,MEGARAIDLINUX" , linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > > + dev_dbg(&instance->pdev->dev, "Error copying out > > cmd_status\n"); > > error = -EFAULT; > > } > > > > Reviewed-by: Johannes Thumshirn We will consider all three patches for future submission. As of now we have two patch set pending to be committed. We are working for few more patch in megaraid_sas which will do clean up in driver module + proper error handling of DCMD command timeout. It will cover Patch posted with below subject - [PATCH 3/3] megaraid_sas: return -ENOMEM when create DMA pool for cmd frames failed James - We will be resending these patch set on top of latest outstanding megaraid_sas driver patch, so that we can avoid any conflict in commits.