From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755863AbbFABDz (ORCPT ); Sun, 31 May 2015 21:03:55 -0400 Received: from bedivere.hansenpartnership.com ([66.63.167.143]:45407 "EHLO bedivere.hansenpartnership.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751203AbbFABDq (ORCPT ); Sun, 31 May 2015 21:03:46 -0400 Message-ID: <1433120622.2181.43.camel@HansenPartnership.com> Subject: Re: [PATCH 2/3] megaraid_sas: use dev_printk when possible From: James Bottomley To: Bjorn Helgaas Cc: Kashyap Desai , Uday Lingala , Sumit Saxena , megaraidlinux.pdl@avagotech.com, linux-kernel@vger.kernel.org, linux-scsi@vger.kernel.org Date: Sun, 31 May 2015 18:03:42 -0700 In-Reply-To: <20150428231411.10378.44047.stgit@bhelgaas-glaptop2.roam.corp.google.com> References: <20150428231312.10378.49039.stgit@bhelgaas-glaptop2.roam.corp.google.com> <20150428231411.10378.44047.stgit@bhelgaas-glaptop2.roam.corp.google.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.12.11 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 On Tue, 2015-04-28 at 18:14 -0500, Bjorn Helgaas wrote: > Use dev_printk() when possible to make messages more useful. I got the first one, but this one needs refreshing. 2&3 have the same commit message, so they should be one patch, I think. Thanks, James