Re: [PATCH 09/11] staging: comedi: formatting of pointers in printk()

2010-07-14 Thread Jiri Slaby
On 07/15/2010 08:42 AM, Kulikov Vasiliy wrote: > Use %p instead of %08x in printk(). > > Signed-off-by: Kulikov Vasiliy > --- > drivers/staging/comedi/drivers/quatech_daqp_cs.c |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/drivers/staging/comedi/drivers/quatech_

[PATCH 09/11] staging: comedi: formatting of pointers in printk()

2010-07-14 Thread Kulikov Vasiliy
Use %p instead of %08x in printk(). Signed-off-by: Kulikov Vasiliy --- drivers/staging/comedi/drivers/quatech_daqp_cs.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/staging/comedi/drivers/quatech_daqp_cs.c b/drivers/staging/comedi/drivers/quatech_daqp_cs.c i

Re: [PATCH 09/11] staging: msm: formatting of pointers in printk()

2010-07-14 Thread David Brown
On Wednesday 14 July 2010 11:05:17 Kulikov Vasiliy wrote: > Use %p instead of %08x in printk(). > > Signed-off-by: Kulikov Vasiliy > --- > drivers/staging/comedi/drivers/quatech_daqp_cs.c |2 +- Did you mean to have an 'msm:' in the subject? This driver isn't part of the msm subsystem? Th

Re: [PATCH 10/11] staging: msm: formatting of pointers in printk()

2010-07-14 Thread Daniel Walker
On Wed, 2010-07-14 at 15:28 -0700, David Brown wrote: > On Wednesday 14 July 2010 11:05:58 Kulikov Vasiliy wrote: > > > Use %p instead of %08x in printk(). > > > > Signed-off-by: Kulikov Vasiliy > > Acked-by: David Brown yeah, it looks fine to me too. Daniel -- Sent by an consultant of the

Re: [PATCH 10/11] staging: msm: formatting of pointers in printk()

2010-07-14 Thread David Brown
On Wednesday 14 July 2010 11:05:58 Kulikov Vasiliy wrote: > Use %p instead of %08x in printk(). > > Signed-off-by: Kulikov Vasiliy Acked-by: David Brown ___ devel mailing list devel@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailm

Re: [PATCH 09/11] staging: msm: formatting of pointers in printk()

2010-07-14 Thread Greg KH
On Wed, Jul 14, 2010 at 10:05:17PM +0400, Kulikov Vasiliy wrote: > Use %p instead of %08x in printk(). > > Signed-off-by: Kulikov Vasiliy > --- > drivers/staging/comedi/drivers/quatech_daqp_cs.c |2 +- Why does your Subject: say "msm"? greg k-h __

Re: [PATCH 09/11] staging: msm: formatting of pointers in printk()

2010-07-14 Thread Joe Perches
On Wed, 2010-07-14 at 22:05 +0400, Kulikov Vasiliy wrote: > Use %p instead of %08x in printk(). > Signed-off-by: Kulikov Vasiliy > --- > drivers/staging/comedi/drivers/quatech_daqp_cs.c |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/drivers/staging/comedi/drivers/

[PATCH 10/11] staging: msm: formatting of pointers in printk()

2010-07-14 Thread Kulikov Vasiliy
Use %p instead of %08x in printk(). Signed-off-by: Kulikov Vasiliy --- drivers/staging/msm/mdp4_overlay.c |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/msm/mdp4_overlay.c b/drivers/staging/msm/mdp4_overlay.c index 304bb82..de284c2 100644 --- a/d

[PATCH 09/11] staging: msm: formatting of pointers in printk()

2010-07-14 Thread Kulikov Vasiliy
Use %p instead of %08x in printk(). Signed-off-by: Kulikov Vasiliy --- drivers/staging/comedi/drivers/quatech_daqp_cs.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/staging/comedi/drivers/quatech_daqp_cs.c b/drivers/staging/comedi/drivers/quatech_daqp_cs.c i

Re: Volunteers needed to cleanup xgifb driver

2010-07-14 Thread Riccardo Magliocchetti
Hi all, Il 06/07/2010 15:22, Arnaud Patard (Rtp) ha scritto: Martin Michlmayr writes: Hi, Arnaud Patard recently submitted the xgifb driver for the XGI Z7, Z9 and Z11 PCI chips to the staging tree but it needs a lot of work before it can move out of staging. I'm looking for volunteers who w

[PATCH] drivers:staging:ti-st: make use of linux err codes

2010-07-14 Thread pavan_savoy
From: Pavan Savoy remove custom error code definitions from the header and make use of the agreed upon linux error codes. Signed-off-by: Pavan Savoy --- drivers/staging/ti-st/bt_drv.c |6 ++-- drivers/staging/ti-st/st.h |9 --- drivers/staging/ti-st/st_core.c | 38 +