[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20150709200405.GK4744@katana>
Date: Thu, 9 Jul 2015 22:04:05 +0200
From: Wolfram Sang <wsa@...-dreams.de>
To: Sudip Mukherjee <sudipm.mukherjee@...il.com>
Cc: Jean Delvare <jdelvare@...e.de>, linux-i2c@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH 2/2] i2c-parport: start using pr_fmt
On Thu, Jun 18, 2015 at 06:33:47PM +0530, Sudip Mukherjee wrote:
> Start using pr_fmt and convert all remaining printk to use
> pr_* family of macros.
>
> Signed-off-by: Sudip Mukherjee <sudip@...torindia.org>
Applied to for-next, thanks!
One modification:
> adapter = kzalloc(sizeof(struct i2c_par), GFP_KERNEL);
> if (adapter == NULL) {
> - printk(KERN_ERR "i2c-parport: Failed to kzalloc\n");
> + pr_err("Failed to kzalloc\n");
I removed this printout, since we get a dump in this case anyhow.
Download attachment "signature.asc" of type "application/pgp-signature" (820 bytes)
Powered by blists - more mailing lists