Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965319AbcKOAPw (ORCPT ); Mon, 14 Nov 2016 19:15:52 -0500 Received: from mga06.intel.com ([134.134.136.31]:51268 "EHLO mga06.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S964958AbcKOAPv (ORCPT ); Mon, 14 Nov 2016 19:15:51 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,640,1473145200"; d="scan'208";a="31265506" Date: Mon, 14 Nov 2016 16:15:48 -0800 From: Jarkko Sakkinen To: Nayna Jain Cc: tpmdd-devel@lists.sourceforge.net, peterhuewe@gmx.de, tpmdd@selhorst.net, jgunthorpe@obsidianresearch.com, linux-kernel@vger.kernel.org, linux-security-module@vger.kernel.org Subject: Re: [PATCH v6 9/9] tpm: cleanup of printk error messages Message-ID: <20161115001548.njycigqoufhfqac5@intel.com> References: <1479117656-12403-1-git-send-email-nayna@linux.vnet.ibm.com> <1479117656-12403-10-git-send-email-nayna@linux.vnet.ibm.com> <20161114222406.vupiibtylesbota7@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161114222406.vupiibtylesbota7@intel.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo User-Agent: Mutt/1.6.2-neo (2016-08-21) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 552 Lines: 14 On Mon, Nov 14, 2016 at 02:24:06PM -0800, Jarkko Sakkinen wrote: > On Mon, Nov 14, 2016 at 05:00:56AM -0500, Nayna Jain wrote: > > This patch removes the unnecessary error messages on failing to > > allocate memory and replaces pr_err/printk with dev_dbg/dev_info > > as applicable. > > > > Suggested-by: Jason Gunthorpe > > Signed-off-by: Nayna Jain > > Reviewed-by: Jarkko Sakkinen Tested-by: Jarkko Sakkinen /Jarkko