Re: [PATCH 17/18] usbip: Increment version number to 1.2.1

2014-09-18 Thread Fjodor Schelichow
On 09/17/2014 07:51 PM, Denys Vlasenko wrote: On Wednesday 17 September 2014 01:38, Maximilian Eschenbacher wrote: From: Dominik Paulus diff --git a/drivers/usb/usbip/usbip_common.h b/drivers/usb/usbip/usbip_common.h index 6831d99..a5f416e 100644 --- a/drivers/usb/usbip/usbip_common.h +++

Re: [PATCH 17/18] usbip: Increment version number to 1.2.1

2014-09-18 Thread Fjodor Schelichow
On 09/17/2014 07:51 PM, Denys Vlasenko wrote: On Wednesday 17 September 2014 01:38, Maximilian Eschenbacher wrote: From: Dominik Paulus dominik.pau...@fau.de diff --git a/drivers/usb/usbip/usbip_common.h b/drivers/usb/usbip/usbip_common.h index 6831d99..a5f416e 100644 ---

[PATCH 1/3] w1/slaves: use pr_* instead of printk

2014-06-18 Thread Fjodor Schelichow
, ... then dev_err(dev, ... then pr_err(... to printk(KERN_ERR ... Signed-off-by: Fjodor Schelichow Signed-off-by: Roman Sommer --- drivers/w1/slaves/w1_ds2760.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/w1/slaves/w1_ds2760.c b/drivers/w1/slaves/w1_d

[PATCH 0/3] "printk" related fixes for the 1-wire (w1) subsystem

2014-06-18 Thread Fjodor Schelichow
pace problems in the immediate vicinity were addressed. Fjodor Schelichow (3): w1/slaves: use pr_* instead of printk w1: use pr_* instead of printk w1/masters: use pr_* instead of printk drivers/w1/masters/ds1wm.c| 2 +- drivers/w1/masters/ds2482.c | 2 +- driv

[PATCH 3/3] w1/masters: use pr_* instead of printk

2014-06-18 Thread Fjodor Schelichow
, ... then dev_err(dev, ... then pr_err(... to printk(KERN_ERR ... Signed-off-by: Fjodor Schelichow Signed-off-by: Roman Sommer --- drivers/w1/masters/ds1wm.c | 2 +- drivers/w1/masters/ds2482.c | 2 +- drivers/w1/masters/ds2490.c | 50 ++---

[PATCH 2/3] w1: use pr_* instead of printk

2014-06-18 Thread Fjodor Schelichow
, ... then dev_err(dev, ... then pr_err(... to printk(KERN_ERR ... Signed-off-by: Fjodor Schelichow Signed-off-by: Roman Sommer --- drivers/w1/w1.c | 10 -- drivers/w1/w1_family.c | 2 +- drivers/w1/w1_int.c | 9 - drivers/w1/w1_log.h | 4 ++-- drivers/w1/

[PATCH 2/3] w1: use pr_* instead of printk

2014-06-18 Thread Fjodor Schelichow
, ... then pr_err(... to printk(KERN_ERR ... Signed-off-by: Fjodor Schelichow fjodor.schelic...@hotmail.com Signed-off-by: Roman Sommer roms...@yahoo.de --- drivers/w1/w1.c | 10 -- drivers/w1/w1_family.c | 2 +- drivers/w1/w1_int.c | 9 - drivers/w1/w1_log.h | 4

[PATCH 0/3] printk related fixes for the 1-wire (w1) subsystem

2014-06-18 Thread Fjodor Schelichow
were addressed. Fjodor Schelichow (3): w1/slaves: use pr_* instead of printk w1: use pr_* instead of printk w1/masters: use pr_* instead of printk drivers/w1/masters/ds1wm.c| 2 +- drivers/w1/masters/ds2482.c | 2 +- drivers/w1/masters/ds2490.c | 50

[PATCH 3/3] w1/masters: use pr_* instead of printk

2014-06-18 Thread Fjodor Schelichow
, ... then pr_err(... to printk(KERN_ERR ... Signed-off-by: Fjodor Schelichow fjodor.schelic...@hotmail.com Signed-off-by: Roman Sommer roms...@yahoo.de --- drivers/w1/masters/ds1wm.c | 2 +- drivers/w1/masters/ds2482.c | 2 +- drivers/w1/masters/ds2490.c | 50

[PATCH 1/3] w1/slaves: use pr_* instead of printk

2014-06-18 Thread Fjodor Schelichow
, ... then pr_err(... to printk(KERN_ERR ... Signed-off-by: Fjodor Schelichow fjodor.schelic...@hotmail.com Signed-off-by: Roman Sommer roms...@yahoo.de --- drivers/w1/slaves/w1_ds2760.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/w1/slaves/w1_ds2760.c b/drivers/w1/slaves