From mboxrd@z Thu Jan 1 00:00:00 1970 From: 'Tejun Heo' Subject: Re: [PATCH V2 2/2] ahci_platform: use dev_info() instead of printk() Date: Mon, 7 Oct 2013 15:13:10 -0400 Message-ID: <20131007191310.GF27396@htj.dyndns.org> References: <001501cec15f$f7bbffb0$e733ff10$%han@samsung.com> <001601cec160$11b0e570$3512b050$%han@samsung.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail-ye0-f171.google.com ([209.85.213.171]:40625 "EHLO mail-ye0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752754Ab3JGTS3 (ORCPT ); Mon, 7 Oct 2013 15:18:29 -0400 Received: by mail-ye0-f171.google.com with SMTP id q3so1664161yen.2 for ; Mon, 07 Oct 2013 12:18:29 -0700 (PDT) Content-Disposition: inline In-Reply-To: <001601cec160$11b0e570$3512b050$%han@samsung.com> Sender: linux-ide-owner@vger.kernel.org List-Id: linux-ide@vger.kernel.org To: Jingoo Han Cc: linux-ide@vger.kernel.org On Sat, Oct 05, 2013 at 09:15:59AM +0900, Jingoo Han wrote: > Change "raw" printk() call to dev_info() to provide a better > message to userspace so it can properly identify the device > and not just have to guess. > > Signed-off-by: Jingoo Han Applied to libata/for-3.13. Thanks. -- tejun