Re: [PATCH] i2c-parport: start using pr_fmt

2015-06-17 Thread Sudip Mukherjee
On Wed, Jun 17, 2015 at 01:46:17PM +0200, Wolfram Sang wrote:
> On Fri, Jun 12, 2015 at 12:47:14PM +0530, Sudip Mukherjee wrote:
> > Start using pr_fmt and convert all remaining printk to use
> > pr_* family of macros.
> 
> I heard you introduced the driver model to parport. So, isn't there a
> struct device we could use for dev_err() and friends?
adding pr_fmt was discussed with Jean many days ago. This patch is a
result of that. I will have a look at using dev_* family here.

regards
sudip
> 
> Thanks,
> 
>Wolfram


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH] i2c-parport: start using pr_fmt

2015-06-17 Thread Wolfram Sang
On Fri, Jun 12, 2015 at 12:47:14PM +0530, Sudip Mukherjee wrote:
> Start using pr_fmt and convert all remaining printk to use
> pr_* family of macros.

I heard you introduced the driver model to parport. So, isn't there a
struct device we could use for dev_err() and friends?

Thanks,

   Wolfram


signature.asc
Description: Digital signature


Re: [PATCH] i2c-parport: start using pr_fmt

2015-06-17 Thread Wolfram Sang
On Fri, Jun 12, 2015 at 12:47:14PM +0530, Sudip Mukherjee wrote:
 Start using pr_fmt and convert all remaining printk to use
 pr_* family of macros.

I heard you introduced the driver model to parport. So, isn't there a
struct device we could use for dev_err() and friends?

Thanks,

   Wolfram


signature.asc
Description: Digital signature


Re: [PATCH] i2c-parport: start using pr_fmt

2015-06-17 Thread Sudip Mukherjee
On Wed, Jun 17, 2015 at 01:46:17PM +0200, Wolfram Sang wrote:
 On Fri, Jun 12, 2015 at 12:47:14PM +0530, Sudip Mukherjee wrote:
  Start using pr_fmt and convert all remaining printk to use
  pr_* family of macros.
 
 I heard you introduced the driver model to parport. So, isn't there a
 struct device we could use for dev_err() and friends?
adding pr_fmt was discussed with Jean many days ago. This patch is a
result of that. I will have a look at using dev_* family here.

regards
sudip
 
 Thanks,
 
Wolfram


--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/