Re: [PATCH 1/1] cris: fix %d confusingly prefixed with 0x in format string

2014-08-03 Thread Joe Perches
On Sat, 2014-08-02 at 18:19 -0700, Hans Wennborg wrote: Yes, I have a patch for a bunch of these, but I figured it would be easier to get it merged if I split it up. (Complete kernel newbie here.) You as a kernel newbie did good, thanks. A small tip would be to do all of them in a single

[PATCH] staging: iio: ad9832: Use devm_iio_device_register

2014-08-03 Thread Himangi Saraogi
This patch introduces the use of devm_iio_device_register and does away with the unregister in the remove function. Signed-off-by: Himangi Saraogi himangi...@gmail.com Acked-by: Julia Lawall julia.law...@lip6.fr --- drivers/staging/iio/frequency/ad9832.c | 3 +-- 1 file changed, 1 insertion(+),

[PATCH] staging:iio:ad9852: Use devm_iio_device_register

2014-08-03 Thread Himangi Saraogi
This patch introduces the use of devm_iio_device_register and does away with the unregister in the remove function. Signed-off-by: Himangi Saraogi himangi...@gmail.com Acked-by: Julia Lawall julia.law...@lip6.fr --- drivers/staging/iio/frequency/ad9852.c | 10 +- 1 file changed, 1

[PATCH] staging: iio: ad9951: Use devm_iio_device_register

2014-08-03 Thread Himangi Saraogi
This patch introduces the use of devm_iio_device_register and does away with the unregister in the remove function. The remove function is no longer required and is completely removed. Signed-off-by: Himangi Saraogi himangi...@gmail.com Acked-by: Julia Lawall julia.law...@lip6.fr ---

Re: [PATCH] staging: iio: ad9832: Use devm_iio_device_register

2014-08-03 Thread Jonathan Cameron
On August 3, 2014 10:56:58 AM GMT+01:00, Himangi Saraogi himangi...@gmail.com wrote: This patch introduces the use of devm_iio_device_register and does away with the unregister in the remove function. And changes the resulting ordering so the regulator disable occurs before the user space

Re: [PATCH] staging: iio: ad9832: Use devm_iio_device_register

2014-08-03 Thread Julia Lawall
On Sun, 3 Aug 2014, Jonathan Cameron wrote: On August 3, 2014 10:56:58 AM GMT+01:00, Himangi Saraogi himangi...@gmail.com wrote: This patch introduces the use of devm_iio_device_register and does away with the unregister in the remove function. And changes the resulting ordering so

Re: [PATCH] staging: iio: ad9832: Use devm_iio_device_register

2014-08-03 Thread Jonathan Cameron
On August 3, 2014 11:45:00 AM GMT+01:00, Julia Lawall julia.law...@lip6.fr wrote: On Sun, 3 Aug 2014, Jonathan Cameron wrote: On August 3, 2014 10:56:58 AM GMT+01:00, Himangi Saraogi himangi...@gmail.com wrote: This patch introduces the use of devm_iio_device_register and does away

[PATCH] staging: media: as102: replace custom dprintk() with dev_dbg()

2014-08-03 Thread Martin Kepplinger
remove dprintk() and replace it with dev_dbg() in order to use the common kernel coding style. Signed-off-by: Martin Kepplinger mart...@posteo.de --- I don't have the device but this builds. I think this is ok when it gets reviewed. applies to -next20140801

[PATCH 00/44] drivers/staging/bcm/Bcmchar.c variable name rename patches

2014-08-03 Thread Matthias Beyer
Hi, as announced, I started renaming variables in the bcm staging driver. I started with the Bcmchar.c file, this patchset is the first quarter, I'm not completely done with the file by now. _IF YOU WANT_ you can already apply these patches, if they are ok for you. I can rebase squash them, of

[PATCH 01/44] Staging: bcm: Bcmchar.c: Fixed indentation of function arguments

2014-08-03 Thread Matthias Beyer
Signed-off-by: Matthias Beyer m...@beyermatthias.de --- drivers/staging/bcm/Bcmchar.c | 56 --- 1 file changed, 31 insertions(+), 25 deletions(-) diff --git a/drivers/staging/bcm/Bcmchar.c b/drivers/staging/bcm/Bcmchar.c index c1e01f7..aff21d0 100644 ---

[PATCH 04/44] Staging: bcm: Bcmchar.c: Renamed variable stNVMReadWrite - nvm_rw

2014-08-03 Thread Matthias Beyer
Renamed variable stNVMReadWrite - nvm_rw in bcm_handle_nvm_read_cmd(). Signed-off-by: Matthias Beyer m...@beyermatthias.de --- drivers/staging/bcm/Bcmchar.c | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/drivers/staging/bcm/Bcmchar.c b/drivers/staging/bcm/Bcmchar.c

[PATCH 03/44] Staging: bcm: Bcmchar.c: Renamed variable pReadData - read_data

2014-08-03 Thread Matthias Beyer
Renamed variable pReadData - read_data in bcm_handle_nvm_read_cmd(). Signed-off-by: Matthias Beyer m...@beyermatthias.de --- drivers/staging/bcm/Bcmchar.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/staging/bcm/Bcmchar.c

[PATCH 02/44] Staging: bcm: Bcmchar.c: Renamed variable Adapter - ad

2014-08-03 Thread Matthias Beyer
Renamed variable Adapter - ad in bcm_handle_nvm_read_cmd(). Signed-off-by: Matthias Beyer m...@beyermatthias.de --- drivers/staging/bcm/Bcmchar.c | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/drivers/staging/bcm/Bcmchar.c b/drivers/staging/bcm/Bcmchar.c

[PATCH 06/44] Staging: bcm: Bcmchar.c: Renamed variable pReadData - read_data

2014-08-03 Thread Matthias Beyer
Renamed variable pReadData - read_data in handle_flash2x_adapter(). Signed-off-by: Matthias Beyer m...@beyermatthias.de --- drivers/staging/bcm/Bcmchar.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/bcm/Bcmchar.c b/drivers/staging/bcm/Bcmchar.c

[PATCH 08/44] Staging: bcm: Bcmchar.c: Renamed variable Status - status

2014-08-03 Thread Matthias Beyer
Renamed variable Status - status in bcm_handle_nvm_read_cmd(). Signed-off-by: Matthias Beyer m...@beyermatthias.de --- drivers/staging/bcm/Bcmchar.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/bcm/Bcmchar.c b/drivers/staging/bcm/Bcmchar.c index

[PATCH 09/44] Staging: bcm: Bcmchar.c: Renamed variable Status - status

2014-08-03 Thread Matthias Beyer
Renamed variable Status - status in handle_flash2x_adapter(). Signed-off-by: Matthias Beyer m...@beyermatthias.de --- drivers/staging/bcm/Bcmchar.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/staging/bcm/Bcmchar.c b/drivers/staging/bcm/Bcmchar.c index

[PATCH 22/44] Staging: bcm: Bcmchar.c: Renamed variable Status - status

2014-08-03 Thread Matthias Beyer
Renamed variable Status - status in bcm_char_ioctl_reg_read_private(). Signed-off-by: Matthias Beyer m...@beyermatthias.de --- drivers/staging/bcm/Bcmchar.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/bcm/Bcmchar.c b/drivers/staging/bcm/Bcmchar.c

[PATCH 31/44] Staging: bcm: Bcmchar.c: Renamed variable IoBuffer - io_buff

2014-08-03 Thread Matthias Beyer
Renamed variable IoBuffer - io_buff in bcm_char_ioctl_reg_write_private(). Signed-off-by: Matthias Beyer m...@beyermatthias.de --- drivers/staging/bcm/Bcmchar.c | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/drivers/staging/bcm/Bcmchar.c

[PATCH 30/44] Staging: bcm: Bcmchar.c: Renamed variable sRdmBuffer - rdm_buff

2014-08-03 Thread Matthias Beyer
Renamed variable sRdmBuffer - rdm_buff in bcm_char_ioctl_reg_write_private(). Signed-off-by: Matthias Beyer m...@beyermatthias.de --- drivers/staging/bcm/Bcmchar.c | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/drivers/staging/bcm/Bcmchar.c

[PATCH 28/44] Staging: bcm: Bcmchar.c: Renamed variable Status - status

2014-08-03 Thread Matthias Beyer
Renamed variable Status - status in bcm_char_ioctl_reg_write_private(). Signed-off-by: Matthias Beyer m...@beyermatthias.de --- drivers/staging/bcm/Bcmchar.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/staging/bcm/Bcmchar.c

[PATCH 27/44] Staging: bcm: Bcmchar.c: Renamed variable uiTempVar - tmp

2014-08-03 Thread Matthias Beyer
Renamed variable uiTempVar - tmp in bcm_char_ioctl_reg_write_private(). Signed-off-by: Matthias Beyer m...@beyermatthias.de --- drivers/staging/bcm/Bcmchar.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/staging/bcm/Bcmchar.c

[PATCH 24/44] Staging: bcm: Bcmchar.c: Renamed variable Adapter - ad

2014-08-03 Thread Matthias Beyer
Renamed variable Adapter - ad in bcm_char_ioctl_reg_write_private() Signed-off-by: Matthias Beyer m...@beyermatthias.de --- drivers/staging/bcm/Bcmchar.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/staging/bcm/Bcmchar.c b/drivers/staging/bcm/Bcmchar.c

[PATCH 29/44] Staging: bcm: Bcmchar.c: Renamed variable Adapter - ad

2014-08-03 Thread Matthias Beyer
Renamed variable Adapter - ad in bcm_char_ioctl_reg_write_private(). Signed-off-by: Matthias Beyer m...@beyermatthias.de --- drivers/staging/bcm/Bcmchar.c | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/drivers/staging/bcm/Bcmchar.c

[PATCH 25/44] Staging: bcm: Bcmchar.c: Renamed variable sWrmBuffer - wrm_buff

2014-08-03 Thread Matthias Beyer
Renamed variable sWrmBuffer - wrm_buff in bcm_char_ioctl_reg_write_private() Signed-off-by: Matthias Beyer m...@beyermatthias.de --- drivers/staging/bcm/Bcmchar.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/staging/bcm/Bcmchar.c

[PATCH 44/44] Staging: bcm: Bcmchar.c: Renamed variable Status - status

2014-08-03 Thread Matthias Beyer
Renamed variable Status - status in bcm_char_ioctl_gpio_set_request(). Signed-off-by: Matthias Beyer m...@beyermatthias.de --- drivers/staging/bcm/Bcmchar.c | 26 +- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/drivers/staging/bcm/Bcmchar.c

[PATCH 14/44] Staging: bcm: Bcmchar.c: Renamed variable Adapter - ad

2014-08-03 Thread Matthias Beyer
Renamed variable Adapter - ad in bcm_char_release(). Signed-off-by: Matthias Beyer m...@beyermatthias.de --- drivers/staging/bcm/Bcmchar.c | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/drivers/staging/bcm/Bcmchar.c b/drivers/staging/bcm/Bcmchar.c index

[PATCH 16/44] Staging: bcm: Bcmchar.c: Renamed variable pTarang - tarang

2014-08-03 Thread Matthias Beyer
Renamed variable pTarang - tarang in bcm_char_read(). Signed-off-by: Matthias Beyer m...@beyermatthias.de --- drivers/staging/bcm/Bcmchar.c | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/drivers/staging/bcm/Bcmchar.c b/drivers/staging/bcm/Bcmchar.c index

[PATCH 10/44] Staging: bcm: Bcmchar.c: Renamed variable ulDSDMagicNumInUsrBuff - dsd_magic_num_in_usr_buff

2014-08-03 Thread Matthias Beyer
Renamed variable ulDSDMagicNumInUsrBuff - dsd_magic_num_in_usr_buff in handle_flash2x_adapter(). Signed-off-by: Matthias Beyer m...@beyermatthias.de --- drivers/staging/bcm/Bcmchar.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/bcm/Bcmchar.c

[PATCH 12/44] Staging: bcm: Bcmchar.c: Renamed variable pTarang - tarang

2014-08-03 Thread Matthias Beyer
Renamed variable pTarang - tarang in bcm_char_open(). Signed-off-by: Matthias Beyer m...@beyermatthias.de --- drivers/staging/bcm/Bcmchar.c | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/drivers/staging/bcm/Bcmchar.c b/drivers/staging/bcm/Bcmchar.c index

[PATCH 13/44] Staging: bcm: Bcmchar.c: Renamed variable pTarang - tarang

2014-08-03 Thread Matthias Beyer
Renamed variable pTarang - tarang in bcm_char_release(). Signed-off-by: Matthias Beyer m...@beyermatthias.de --- drivers/staging/bcm/Bcmchar.c | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/drivers/staging/bcm/Bcmchar.c b/drivers/staging/bcm/Bcmchar.c index

[PATCH 15/44] Staging: bcm: Bcmchar.c: Renamed variable Adapter - ad

2014-08-03 Thread Matthias Beyer
Renamed variable Adapter - ad in bcm_char_read(). Signed-off-by: Matthias Beyer m...@beyermatthias.de --- drivers/staging/bcm/Bcmchar.c | 24 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/drivers/staging/bcm/Bcmchar.c b/drivers/staging/bcm/Bcmchar.c

[PATCH 11/44] Staging: bcm: Bcmchar.c: Renamed variable Adapter - ad

2014-08-03 Thread Matthias Beyer
Renamed variable Adapter - ad in bcm_char_open(). Signed-off-by: Matthias Beyer m...@beyermatthias.de --- drivers/staging/bcm/Bcmchar.c | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/drivers/staging/bcm/Bcmchar.c b/drivers/staging/bcm/Bcmchar.c index

[PATCH 17/44] Staging: bcm: Bcmchar.c: Renamed variable PktLen - pkt_len

2014-08-03 Thread Matthias Beyer
Renamed variable PktLen - pkt_len in bcm_char_read(). Signed-off-by: Matthias Beyer m...@beyermatthias.de --- drivers/staging/bcm/Bcmchar.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/staging/bcm/Bcmchar.c b/drivers/staging/bcm/Bcmchar.c index

[PATCH 34/44] Staging: bcm: Bcmchar.c: Renamed variable Adapter - ad

2014-08-03 Thread Matthias Beyer
Renamed variable Adapter - ad in bcm_char_ioctl_eeprom_reg_read(). Signed-off-by: Matthias Beyer m...@beyermatthias.de --- drivers/staging/bcm/Bcmchar.c | 22 +++--- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/drivers/staging/bcm/Bcmchar.c

[PATCH 18/44] Staging: bcm: Bcmchar.c: Renamed variable Packet - packet

2014-08-03 Thread Matthias Beyer
Renamed variable Packet - packet in bcm_char_read(). Signed-off-by: Matthias Beyer m...@beyermatthias.de --- drivers/staging/bcm/Bcmchar.c | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/drivers/staging/bcm/Bcmchar.c b/drivers/staging/bcm/Bcmchar.c index

[PATCH 33/44] Staging: bcm: Bcmchar.c: Renamed variable Status - status

2014-08-03 Thread Matthias Beyer
Renamed variable Status - status in bcm_char_ioctl_reg_write_private(). Signed-off-by: Matthias Beyer m...@beyermatthias.de --- drivers/staging/bcm/Bcmchar.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/bcm/Bcmchar.c b/drivers/staging/bcm/Bcmchar.c

[PATCH 19/44] Staging: bcm: Bcmchar.c: Renamed variable Adapter - ad

2014-08-03 Thread Matthias Beyer
Renamed variable Adapter - ad in bcm_char_ioctl_reg_read_private(). Signed-off-by: Matthias Beyer m...@beyermatthias.de --- drivers/staging/bcm/Bcmchar.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/bcm/Bcmchar.c b/drivers/staging/bcm/Bcmchar.c index

[PATCH 32/44] Staging: bcm: Bcmchar.c: Renamed variable uiTempVar - tmp

2014-08-03 Thread Matthias Beyer
Renamed variable uiTempVar - tmp in bcm_char_ioctl_reg_write_private(). Signed-off-by: Matthias Beyer m...@beyermatthias.de --- drivers/staging/bcm/Bcmchar.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/bcm/Bcmchar.c b/drivers/staging/bcm/Bcmchar.c

[PATCH 35/44] Staging: bcm: Bcmchar.c: Renamed variable sWrmBuffer - wrm_buff

2014-08-03 Thread Matthias Beyer
Renamed variable sWrmBuffer - wrm_buff in bcm_char_ioctl_eeprom_reg_read(). Signed-off-by: Matthias Beyer m...@beyermatthias.de --- drivers/staging/bcm/Bcmchar.c | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/drivers/staging/bcm/Bcmchar.c

[PATCH 36/44] Staging: bcm: Bcmchar.c: Renamed variable IoBuffer - io_buff

2014-08-03 Thread Matthias Beyer
Renamed variable IoBuffer - io_buff in bcm_char_ioctl_eeprom_reg_read(). Signed-off-by: Matthias Beyer m...@beyermatthias.de --- drivers/staging/bcm/Bcmchar.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/staging/bcm/Bcmchar.c

[PATCH 38/44] Staging: bcm: Bcmchar.c: Renamed variable Status - status

2014-08-03 Thread Matthias Beyer
Renamed variable Status - status in bcm_char_ioctl_eeprom_reg_read(). Signed-off-by: Matthias Beyer m...@beyermatthias.de --- drivers/staging/bcm/Bcmchar.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/staging/bcm/Bcmchar.c b/drivers/staging/bcm/Bcmchar.c

[PATCH 40/44] Staging: bcm: Bcmchar.c: Renamed variable IoBuffer - io_buff

2014-08-03 Thread Matthias Beyer
Renamed variable IoBuffer - io_buff in bcm_char_ioctl_gpio_set_request(). Signed-off-by: Matthias Beyer m...@beyermatthias.de --- drivers/staging/bcm/Bcmchar.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/staging/bcm/Bcmchar.c

[PATCH 41/44] Staging: bcm: Bcmchar.c: Renamed variable ucResetValue - reset_val

2014-08-03 Thread Matthias Beyer
Renamed variable ucResetValue - reset_val in bcm_char_ioctl_gpio_set_request(). Signed-off-by: Matthias Beyer m...@beyermatthias.de --- drivers/staging/bcm/Bcmchar.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/bcm/Bcmchar.c

[PATCH 42/44] Staging: bcm: Bcmchar.c: Renamed variable uiBit - bit

2014-08-03 Thread Matthias Beyer
Renamed variable uiBit - bit in bcm_char_ioctl_gpio_set_request(). Signed-off-by: Matthias Beyer m...@beyermatthias.de --- drivers/staging/bcm/Bcmchar.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/staging/bcm/Bcmchar.c b/drivers/staging/bcm/Bcmchar.c

[PATCH 39/44] Staging: bcm: Bcmchar.c: Renamed variable Adapter - ad

2014-08-03 Thread Matthias Beyer
Renamed variable Adapter - ad in bcm_char_ioctl_gpio_set_request(). Signed-off-by: Matthias Beyer m...@beyermatthias.de --- drivers/staging/bcm/Bcmchar.c | 36 ++-- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/drivers/staging/bcm/Bcmchar.c

[PATCH 21/44] Staging: bcm: Bcmchar.c: Renamed variable IoBuffer - io_buff

2014-08-03 Thread Matthias Beyer
Renamed variable IoBuffer - io_buff in bcm_char_ioctl_reg_read_private(). Signed-off-by: Matthias Beyer m...@beyermatthias.de --- drivers/staging/bcm/Bcmchar.c | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/drivers/staging/bcm/Bcmchar.c

[PATCH 20/44] Staging: bcm: Bcmchar.c: Renamed variable sRdmBuffer - rdm_buff

2014-08-03 Thread Matthias Beyer
Renamed variable sRdmBuffer - rdm_buff in bcm_char_ioctl_reg_read_private(). Signed-off-by: Matthias Beyer m...@beyermatthias.de --- drivers/staging/bcm/Bcmchar.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/bcm/Bcmchar.c

[PATCH 43/44] Staging: bcm: Bcmchar.c: Renamed variable uiOperation - operation

2014-08-03 Thread Matthias Beyer
Renamed variable uiOperation - operation in bcm_char_ioctl_gpio_set_request(). Signed-off-by: Matthias Beyer m...@beyermatthias.de --- drivers/staging/bcm/Bcmchar.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/bcm/Bcmchar.c

[PATCH 37/44] Staging: bcm: Bcmchar.c: Renamed variable uiTempVar - tmp

2014-08-03 Thread Matthias Beyer
Renamed variable uiTempVar - tmp in bcm_char_ioctl_eeprom_reg_read(). Signed-off-by: Matthias Beyer m...@beyermatthias.de --- drivers/staging/bcm/Bcmchar.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/staging/bcm/Bcmchar.c

[PATCH] staging: rtl8192u: checkpatch: do not use C99 // comments

2014-08-03 Thread Martin Kepplinger
Use the common kernel coding style, so don't use C99 // comments. If too long, where reasonable, they are shortened as well. Some old internal comments about date and author of changes are removed. This provides a more consistent view and hopefully encourages to look at it. Signed-off-by:

[PATCH] Staging: lustre: checkpatch: remove blank spaces

2014-08-03 Thread Tom Wales
Remove spaces between the function names and open paranthesis and use the kernel coding style. Signed-off-by: Tom Wales twales...@gmail.com --- drivers/staging/lustre/lustre/obdclass/llog_swab.c | 52 +++--- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git

[PATCH] staging: lustre: use NULL instead of 0 for non-integers

2014-08-03 Thread Martin Kepplinger
This fixes sparse errors where 0 is used for non-integers. Signed-off-by: Martin Kepplinger mart...@posteo.de --- applies to -next20140802 drivers/staging/lustre/lnet/lnet/api-ni.c |4 +- drivers/staging/lustre/lustre/fld/fld_request.c|2 +-

[PATCH 15/19] staging: nokia_h4p: fix %d confusingly prefixed with 0x in format string

2014-08-03 Thread Hans Wennborg
Signed-off-by: Hans Wennborg h...@hanshq.net --- drivers/staging/nokia_h4p/nokia_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/nokia_h4p/nokia_core.c b/drivers/staging/nokia_h4p/nokia_core.c index 775e1d0..240da0c 100644 ---

[PATCH 16/19] staging: rtl8192ee: fix %d confusingly prefixed with 0x in format strings

2014-08-03 Thread Hans Wennborg
Signed-off-by: Hans Wennborg h...@hanshq.net --- drivers/staging/rtl8192ee/pci.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/rtl8192ee/pci.c b/drivers/staging/rtl8192ee/pci.c index 0215aef..349e636 100644 --- a/drivers/staging/rtl8192ee/pci.c +++

[PATCH 17/19] staging: rtl8821ae: fix %d confusingly prefixed with 0x in format strings

2014-08-03 Thread Hans Wennborg
Signed-off-by: Hans Wennborg h...@hanshq.net --- drivers/staging/rtl8821ae/pci.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/rtl8821ae/pci.c b/drivers/staging/rtl8821ae/pci.c index 26d7b2f..b818788 100644 --- a/drivers/staging/rtl8821ae/pci.c +++

Re: [PATCH 1/1] cris: fix %d confusingly prefixed with 0x in format string

2014-08-03 Thread Hans Wennborg
On 08/02/2014 11:10 PM, Joe Perches wrote: On Sat, 2014-08-02 at 18:19 -0700, Hans Wennborg wrote: Yes, I have a patch for a bunch of these, but I figured it would be easier to get it merged if I split it up. (Complete kernel newbie here.) You as a kernel newbie did good, thanks. A small tip

Re: [PATCH 1/1] cris: fix %d confusingly prefixed with 0x in format string

2014-08-03 Thread Joe Perches
On Sun, 2014-08-03 at 17:25 -0700, Hans Wennborg wrote: On 08/02/2014 11:10 PM, Joe Perches wrote: On Sat, 2014-08-02 at 18:19 -0700, Hans Wennborg wrote: Yes, I have a patch for a bunch of these, but I figured it would be easier to get it merged if I split it up. (Complete kernel newbie

Re: [PATCH v5 3/4] Staging: rts5208: Use dev_dbg and %*phspecifiertodump memory

2014-08-03 Thread micky
On 08/02/2014 01:55 AM, Fabio Falzoi wrote: On Wed, Jul 30, 2014 at 09:52:35AM +0800, micky wrote: Documentation/printk-formats.txt Raw buffer as a hex string: %*ph00 01 02 ... 3f %*phC 00:01:02: ... :3f %*phD 00-01-02- ... -3f %*phN 000102 ... 3f

Re:Cash Alert...

2014-08-03 Thread Western Union
Your email has won you ( £500,000.00 Pounds ) in the Heritage give away promo, to confirm you are not a robot answer the below question who is the current president of United States Of America (A)Hillary Clinton, (B)Barack Obama, (C)Bill Gate,send the correct answer to wu.transfe...@qq.com,