Re: [PATCH v4] video: hyperv: hyperv_fb: refresh the VM screen by force on VM panic

2014-08-03 Thread Tomi Valkeinen
On 01/08/14 14:27, Dexuan Cui wrote: > Currently the VSC has no chance to notify the VSP of the dirty rectangle on VM > panic because the notification work is done in a workqueue, and in panic() the > kernel typically ends up in an infinite loop, and a typical kernel config has > CONFIG_PREEMPT_VOL

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, Cl

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: [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 n

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

[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 --- 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 +++ b/drivers/staging/rt

[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 --- 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 +++ b/drivers/staging/rt

[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 --- 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 --- a/drivers/staging/nokia_h4p/nokia_core.c +

[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 --- applies to -next20140802 drivers/staging/lustre/lnet/lnet/api-ni.c |4 +- drivers/staging/lustre/lustre/fld/fld_request.c|2 +- drivers/staging/lustre/lustre/llite/llite_lib.c

[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 --- drivers/staging/lustre/lustre/obdclass/llog_swab.c | 52 +++--- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/drivers/staging/lustre/lust

[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: Martin

[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 --- 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 index 7e2b1d1.

[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 --- drivers/staging/bcm/Bcmchar.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/bcm/Bcmchar.c b/drivers/staging/bcm/Bcmchar.c index 291e96

[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 --- drivers/staging/bcm/Bcmchar.c | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/drivers/staging/bcm/Bcmchar.c b/drivers/staging/bcm/Bcmchar.c inde

[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 --- 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 051129

[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 --- 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 bfe193

[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 --- 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 5b4

[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 --- 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 index 3908299..29

[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 --- drivers/staging/bcm/Bcmchar.c | 36 ++-- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/drivers/staging/bcm/Bcmchar.c b/drivers/staging/bcm/

[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 --- 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 934b19a..f

[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 --- 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 5c6ae99..1f30ce

[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 --- drivers/staging/bcm/Bcmchar.c | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/drivers/staging/bcm/Bcmchar.c b/drivers/staging/bcm/Bcmchar.

[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 --- 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 071b5e2

[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 --- 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 38eeb0b..0c86e5d 1006

[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 --- 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 1f30cea..31

[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 --- 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 0c86e5d..0511298 10

[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 --- drivers/staging/bcm/Bcmchar.c | 22 +++--- 1 file changed, 11 insertions(+), 11 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 --- 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 b96d6d8..38eeb0b 100644 --

[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 --- 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 c874f5c..6989327 100644

[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 --- drivers/staging/bcm/Bcmchar.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/bcm/Bcmchar.c b/drivers/staging/bcm/Bcmc

[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 --- 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 6989327..aba63f9 100

[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 --- 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 aba63f9..e7d733e 10

[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 --- 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 index d7e1277..2d9c2

[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 --- 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 e7d733e..d7e1277 1006

[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 --- 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 2d9c26b..b96d6d8 100

[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 --- drivers/staging/bcm/Bcmchar.c | 26 +- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/drivers/staging/bcm/Bcmchar.c b/drivers/staging/bcm/Bcmchar

[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 --- 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 index 59fc757..f

[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 --- 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 53c26d5

[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 --- 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 index cf94ee

[PATCH 23/44] Staging: bcm: Bcmchar.c: Renamed variable "Bufflen" -> "buff_len"

2014-08-03 Thread Matthias Beyer
Renamed variable "Bufflen" -> "buff_len" in bcm_char_ioctl_reg_read_private(). Signed-off-by: Matthias Beyer --- 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 index a39b

[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 --- drivers/staging/bcm/Bcmchar.c | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/drivers/staging/bcm/Bcmchar.c b/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 --- 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 in

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

2014-08-03 Thread Matthias Beyer
Renamed variable "IoBuffer" -> "io_buff" in in bcm_char_ioctl_reg_write_private(). Signed-off-by: Matthias Beyer --- 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 ee

[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 --- 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 b3e68b8.

[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 --- 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 index f

[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 --- 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 a85437e..a39

[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 --- 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 774ec12..d2e330

[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 --- 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 328b93c..62bdec5 100

[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 --- 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 62bdec5..129080e 1

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

2014-08-03 Thread Matthias Beyer
Renamed variable "stNVMReadWrite" -> "nvm_rw" in handle_flash2x_adapter(). Signed-off-by: Matthias Beyer --- 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 d2e330a..328b

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

2014-08-03 Thread Matthias Beyer
Renamed variable "Adapter" -> "ad" in handle_flash2x_adapter(). Signed-off-by: Matthias Beyer --- 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 52f810d..774ec12

[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 --- 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 index 4b02a41..

[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 --- 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 --- a/drivers/staging/bcm/B

[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 --- 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 index 8a07118..52

[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 --- 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 aff21d0..4b02a

[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 --- I don't have the device but this builds. I think this is ok when it gets reviewed. applies to -next20140801 drivers/staging/media/as102/as102_drv.c | 15 +++

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 wrote: > > >On Sun, 3 Aug 2014, Jonathan Cameron wrote: > >> >> >> On August 3, 2014 10:56:58 AM GMT+01:00, Himangi Saraogi > wrote: >> >This patch introduces the use of devm_iio_device_register and does >away >> >with the unregister in th

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 > 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 regula

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 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 interface has been r

[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 Acked-by: Julia Lawall --- drivers/staging/iio/frequency/ad9951.c | 10 +---

[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 Acked-by: Julia Lawall --- drivers/staging/iio/frequency/ad9852.c | 10 +- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/driv

[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 Acked-by: Julia Lawall --- drivers/staging/iio/frequency/ad9832.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/stag