[PATCH] staging: wilc1000: modify type casting warning

2015-06-15 Thread Dean Lee
modify message "warning: cast from pointer to integer of different size". add type cast 'uintptr_t'. --- drivers/staging/wilc1000/host_interface.c | 129 +++--- drivers/staging/wilc1000/linux_wlan.c | 8 +- drivers/staging/wilc1000/wilc_wfi_cfgoperations.c |

Re: [PATCH v2] Staging: rtl8192e: Timer setup using macro rather assignment

2015-06-15 Thread DHANAPAL, GNANACHANDRAN (G.)
On Tue, Jun 16, 2015 at 12:00:28PM +0530, Sudip Mukherjee wrote: > On Mon, Jun 15, 2015 at 03:00:34PM +, DHANAPAL, GNANACHANDRAN (G.) wrote: > > This patch shall replaces user defined timer setup function with > > standard timer setup macro. Also removes init_timer, because timer can > > be ini

Re: [PATCH v2] Staging: rtl8192e: Timer setup using macro rather assignment

2015-06-15 Thread Sudip Mukherjee
On Mon, Jun 15, 2015 at 03:00:34PM +, DHANAPAL, GNANACHANDRAN (G.) wrote: > This patch shall replaces user defined timer setup function with > standard timer setup macro. Also removes init_timer, because timer can > be initialized in setup_timer macro as well. > > Signed-off-by: Gnanachandran

[PATCH] staging: wilc1000: rework include wilc_oswrapper.h

2015-06-15 Thread Dean Lee
rework line '#include "wilc_oswrapper.h"' it does not used anywhere after change own data type to common data type. Signed-off-by: Dean Lee --- Change Log: add rework file 'host_interface.c' --- drivers/staging/wilc1000/coreconfigurator.h | 1 - drivers/staging/wilc1000/fifo_buffer.c | 1

Re: [PATCH 1/3] staging: wilc1000: rework include wilc_oswrapper.h

2015-06-15 Thread Dean . lee
On 2015년 06월 16일 15:06, Dean.lee wrote: On 2015년 06월 16일 15:03, Greg KH wrote: On Tue, Jun 16, 2015 at 02:38:20PM +0900, Dean Lee wrote: rework line '#include "wilc_oswrapper.h"' it does not require after change own data type to common data type. Signed-off-by: Dean Lee These are nice, b

Re: [PATCH 1/3] staging: wilc1000: rework include wilc_oswrapper.h

2015-06-15 Thread Dean . lee
On 2015년 06월 16일 15:03, Greg KH wrote: On Tue, Jun 16, 2015 at 02:38:20PM +0900, Dean Lee wrote: rework line '#include "wilc_oswrapper.h"' it does not require after change own data type to common data type. Signed-off-by: Dean Lee These are nice, but why isn't anyone sending me patches to f

Re: [PATCH 1/3] staging: wilc1000: rework include wilc_oswrapper.h

2015-06-15 Thread Greg KH
On Tue, Jun 16, 2015 at 02:38:20PM +0900, Dean Lee wrote: > rework line '#include "wilc_oswrapper.h"' > it does not require after change own data type to common data type. > > Signed-off-by: Dean Lee These are nice, but why isn't anyone sending me patches to fix the build warnings in the driver

[PATCH] staging: vt6656: Boolean tests don't need comparisons.

2015-06-15 Thread Abdul, Hussain (H.)
From: Abdul Hussain This patch remove true and false from boolean tests. Signed-off-by: Abdul Hussain --- drivers/staging/vt6656/card.c | 2 +- drivers/staging/vt6656/main_usb.c | 2 +- drivers/staging/vt6656/rxtx.c | 2 +- drivers/staging/vt6656/usbpipe.c | 2 +- 4 files changed, 4 i

[PATCH 1/3] staging: wilc1000: rework include wilc_oswrapper.h

2015-06-15 Thread Dean Lee
rework line '#include "wilc_oswrapper.h"' it does not require after change own data type to common data type. Signed-off-by: Dean Lee --- drivers/staging/wilc1000/coreconfigurator.h | 1 - drivers/staging/wilc1000/fifo_buffer.c | 1 - drivers/staging/wilc1000/fifo_buffer.h | 5 - d

[PATCH 3/3] staging: wilc1000: delete unused files (wilc_oswrapper.h wilc_type.h)

2015-06-15 Thread Dean Lee
delete unsued files Signed-off-by: Dean Lee --- drivers/staging/wilc1000/wilc_oswrapper.h | 41 --- drivers/staging/wilc1000/wilc_type.h | 34 - 2 files changed, 75 deletions(-) delete mode 100644 drivers/staging/wilc1000/wilc_oswrapper.h

[PATCH 2/3] staging: wilc1000: rework include wilc_type.h

2015-06-15 Thread Dean Lee
rework line '#include "wilc_type.h"' it does not require after rework include wilc_oswrapper.h Signed-off-by: Dean Lee --- drivers/staging/wilc1000/wilc_wlan.h| 2 +- drivers/staging/wilc1000/wilc_wlan_if.h | 10 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/dri

Re: [PATCH] staging: comedi: use meaningful variable name

2015-06-15 Thread Gujulan Elango, Hari Prasath (H.)
On Mon, Jun 15, 2015 at 03:42:07PM +0100, Ian Abbott wrote: > On 15/06/15 15:01, Gujulan Elango, Hari Prasath (H.) wrote: > >From: Hari Prasath Gujulan Elango > > > >This patch renames the very generic variable name 'todo' to > >num_samples_to_read. > > > >Signed-off-by: Hari Prasath Gujulan Elang

Re: [PATCH] staging: wlan-ng: remove unused debug macro

2015-06-15 Thread Gujulan Elango, Hari Prasath (H.)
On Mon, Jun 15, 2015 at 09:55:15PM -0700, gre...@linuxfoundation.org wrote: > On Mon, Jun 15, 2015 at 11:44:24AM +, Gujulan Elango, Hari Prasath (H.) > wrote: > > From: Hari Prasath Gujulan Elango > > > > Thi patch removes ununsed debug macro and its references in this > > file.The macro is

[PATCH 2/2] Staging: sm750fb: correct spacing between lines of code

2015-06-15 Thread Dighe, Niranjan (N.)
From: Niranjan Dighe This patch corrects line spacing by removing and adding newline characters wherever necessary Signed-off-by: Niranjan Dighe --- drivers/staging/sm750fb/ddk750_dvi.h |8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/drivers/staging/sm750fb/ddk75

[PATCH 1/2] Staging: sm750fb: replace spaces by tabs

2015-06-15 Thread Dighe, Niranjan (N.)
From: Niranjan Dighe This patch replaces spaces by tabs at the start of the line and in between variable declarations. Signed-off-by: Niranjan Dighe --- drivers/staging/sm750fb/ddk750_dvi.h | 60 +- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git

Re: [PATCH] staging: wlan-ng: remove unused debug macro

2015-06-15 Thread gre...@linuxfoundation.org
On Mon, Jun 15, 2015 at 11:44:24AM +, Gujulan Elango, Hari Prasath (H.) wrote: > From: Hari Prasath Gujulan Elango > > Thi patch removes ununsed debug macro and its references in this > file.The macro is used around pr_debug which itself can be dynamically > enabled/disabled. > > Signed-off

[PATCH] staging: rtl8188eu: kill unused INCLUDE_MULTI_FUNC_* macros

2015-06-15 Thread Jakub Sitnicki
Also, remove rt_multi_func enum used exclusively by the killed macros. Signed-off-by: Jakub Sitnicki --- drivers/staging/rtl8188eu/include/rtl8188e_hal.h | 13 - 1 file changed, 13 deletions(-) diff --git a/drivers/staging/rtl8188eu/include/rtl8188e_hal.h b/drivers/staging/rtl8188e

[PATCH] staging: vt6655: fix c99 comments and line length

2015-06-15 Thread matt mooney
Change comment style and remove extra spaces before macro names to avoid exceeding 80 characters. Signed-off-by: matt mooney --- drivers/staging/vt6655/power.h | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/vt6655/power.h b/drivers/staging/vt6655/powe

[PATCH 4/5] staging: unisys: Add s-Par visornic ethernet driver

2015-06-15 Thread Benjamin Romer
From: David Kershner This driver creates a network device when s-Par sends a device create message to create network adapter on the visorbus. When the message is received by visorbus, the visornic_probe function is called and the netdev device is created and managed by the visornic driver. Signe

[PATCH 5/5] staging: unisys: add error messages to visornic

2015-06-15 Thread Benjamin Romer
From: Tim Sell Add error message to genuine rare error paths, and debug messages to enable relatively non-verbose tracing of code paths You can enable debug messages by including this on the kernel command line: visornic.dyndbg=+p or by this from the command line: echo "module visorni

[PATCH 0/5] staging: unisys: add visornic driver

2015-06-15 Thread Benjamin Romer
This patch series introduces the visornic driver to the Unisys s-Par driver set, as a replacement for the virtnic driver. The series consists of a few clean-up patches in preparation for the new driver, followed by a large patch containing the entire visornic driver, and a small patch with bugfixes

[PATCH 2/5] staging: unisys: Remove visorchannel stub

2015-06-15 Thread Benjamin Romer
From: David Kershner Visorchannel directory has been stripped down to almost nothing, and is no longer referenced. This finishes getting rid of the directory. Signed-off-by: David Kershner Signed-off-by: Benjamin Romer --- drivers/staging/unisys/visorchannel/Kconfig| 9 drivers/

[PATCH 3/5] staging: unisys: define structures outside of iochannel

2015-06-15 Thread Benjamin Romer
From: David Kershner During testing with visornic the offset of num_rcv_bufs was being reported at 188 instead of 186. The vnic structure starts at 180 and the macaddr is only 6 bytes long. When I defined and packed the structures outside of the struct and then referenced them in the struct the

[PATCH 1/5] staging: unisys: s-Par video channel includes EFI framebuffer

2015-06-15 Thread Benjamin Romer
From: David Kershner The efi framebuffer is defined within the s-Par video channel console. Before we get the device create message for the video console, s-Par has alreaady informed linux about the efi framebuffer and a memory region is already set up for it. Since we do not use the video channe

RE: [PATCH v2 4/6] drivers:hv: Export a function that maps Linux proc num onto Hyper-V proc num

2015-06-15 Thread Jake Oshins
> -Original Message- > From: Greg KH [mailto:gre...@linuxfoundation.org] > Sent: Monday, June 15, 2015 12:52 PM > To: Jake Oshins > Cc: KY Srinivasan; linux-ker...@vger.kernel.org; > de...@linuxdriverproject.org; o...@aepfle.de; a...@canonical.com; > vkuzn...@redhat.com; bhelg...@google.c

Re: [PATCH v2 4/6] drivers:hv: Export a function that maps Linux proc num onto Hyper-V proc num

2015-06-15 Thread Greg KH
On Mon, Jun 15, 2015 at 05:06:37PM +, ja...@microsoft.com wrote: > From: Jake Oshins > > This patch exports a function which maps Linux processor number onto Hyper-V > virtual processor number. This is necessary in order to map message- > signaled interrupts (MSIs) into a VM, as the hypervis

Re: [PATCH v2 6/6] drivers:pci:hv: New paravirtual PCI front-end for Hyper-V VMs

2015-06-15 Thread Greg KH
On Mon, Jun 15, 2015 at 05:06:39PM +, ja...@microsoft.com wrote: > From: Jake Oshins > > This patch supplies a new driver, hv_pcifront, which exposes new root PCI > buses. When a Hyper-V VM running Linux is offered a paravirtual PCI bus > in order to expose a device passed through on that bu

[PATCH v2 13/15] staging: rtl8192e: Remove unused rtllib_device members

2015-06-15 Thread Mateusz Kulikowski
Delete several members of rtllib_device including their initializers if needed. Signed-off-by: Mateusz Kulikowski --- drivers/staging/rtl8192e/rtl8192e/rtl_core.c | 6 -- drivers/staging/rtl8192e/rtl8192e/rtl_dm.c | 1 - drivers/staging/rtl8192e/rtllib.h| 12 dri

[PATCH v2 14/15] staging: rtl8192e: Remove softmac_hint11d_wq queue

2015-06-15 Thread Mateusz Kulikowski
This queue is never used, and function handler is empty Signed-off-by: Mateusz Kulikowski --- drivers/staging/rtl8192e/rtllib.h | 1 - drivers/staging/rtl8192e/rtllib_softmac.c | 6 -- 2 files changed, 7 deletions(-) diff --git a/drivers/staging/rtl8192e/rtllib.h b/drivers/staging/

[PATCH v2 10/15] staging: rtl8192e: Remove WIRELESS_EXT checks

2015-06-15 Thread Mateusz Kulikowski
Current WIRELESS_EXT version is at least 22. Resolve ifdefs and delete dead code. Signed-off-by: Mateusz Kulikowski --- drivers/staging/rtl8192e/rtllib.h | 12 1 file changed, 12 deletions(-) diff --git a/drivers/staging/rtl8192e/rtllib.h b/drivers/staging/rtl8192e/rtllib.h index

[PATCH v2 15/15] staging: rtl8192e: Remove rtllib_device::agregation

2015-06-15 Thread Mateusz Kulikowski
Variable is always true; Resolve condition where it is used (and change indentation of conditional expression). Signed-off-by: Mateusz Kulikowski --- drivers/staging/rtl8192e/rtllib.h | 1 - drivers/staging/rtl8192e/rtllib_rx.c | 52 ++- drivers/staging/

[PATCH v2 11/15] staging: rtl8192e: Remove rtllib_network::last_associate

2015-06-15 Thread Mateusz Kulikowski
Variable was initialized and never used. Signed-off-by: Mateusz Kulikowski --- drivers/staging/rtl8192e/rtllib.h| 1 - drivers/staging/rtl8192e/rtllib_rx.c | 2 -- 2 files changed, 3 deletions(-) diff --git a/drivers/staging/rtl8192e/rtllib.h b/drivers/staging/rtl8192e/rtllib.h index f785e

[PATCH v2 06/15] staging: rtl8192e: Remove rtllib_wake_queue()

2015-06-15 Thread Mateusz Kulikowski
This function was declared but never unused. Also remove dequeue_mgmt() and rtllib_resume_tx() that are no longer used. Signed-off-by: Mateusz Kulikowski --- drivers/staging/rtl8192e/rtllib.h | 1 - drivers/staging/rtl8192e/rtllib_softmac.c | 80 --- 2 files

[PATCH v2 09/15] staging: rtl8192e: Remove rtllib_device::get_nic_desc_num()

2015-06-15 Thread Mateusz Kulikowski
This function/callback was initialized and never called. rtl8192_get_nic_desc_num() function that was default implementation was also removed. Signed-off-by: Mateusz Kulikowski --- drivers/staging/rtl8192e/rtl8192e/rtl_core.c | 17 - drivers/staging/rtl8192e/rtllib.h|

[PATCH v2 12/15] staging: rtl8192e: Remove rt_pwr_save_ctrl members

2015-06-15 Thread Mateusz Kulikowski
Following members were removed: - tmpJoinAction - tmpSuppRateBuf - bTmpIbpm As a consequence several unused defines/enums/structs were also removed from rtllib.h Signed-off-by: Mateusz Kulikowski --- drivers/staging/rtl8192e/rtllib.h | 36 1 file changed, 36

[PATCH v2 07/15] staging: rtl8192e: Remove rtllib_is_shortslot()

2015-06-15 Thread Mateusz Kulikowski
This function was declared but never unused. Signed-off-by: Mateusz Kulikowski --- drivers/staging/rtl8192e/rtllib.h | 1 - drivers/staging/rtl8192e/rtllib_softmac.c | 5 - 2 files changed, 6 deletions(-) diff --git a/drivers/staging/rtl8192e/rtllib.h b/drivers/staging/rtl8192e/rtl

[PATCH v2 05/15] staging: rtl8192e: Remove rtllib_stop_queue()

2015-06-15 Thread Mateusz Kulikowski
This function was declared but never unused. Signed-off-by: Mateusz Kulikowski --- drivers/staging/rtl8192e/rtllib.h | 1 - drivers/staging/rtl8192e/rtllib_softmac.c | 12 2 files changed, 13 deletions(-) diff --git a/drivers/staging/rtl8192e/rtllib.h b/drivers/staging/rt

[PATCH v2 02/15] staging: rtl8192e: Remove unused code in rtllib.h

2015-06-15 Thread Mateusz Kulikowski
Delete macros, structure members and declarations etc. that are not referenced anywhere in code. Signed-off-by: Mateusz Kulikowski --- drivers/staging/rtl8192e/rtllib.h | 448 -- 1 file changed, 448 deletions(-) diff --git a/drivers/staging/rtl8192e/rtllib.h

[PATCH v2 08/15] staging: rtl8192e: Remove rtllib_wx_get_encode_ext()

2015-06-15 Thread Mateusz Kulikowski
This function was declared but never unused. Signed-off-by: Mateusz Kulikowski --- drivers/staging/rtl8192e/rtllib.h| 3 -- drivers/staging/rtl8192e/rtllib_wx.c | 57 2 files changed, 60 deletions(-) diff --git a/drivers/staging/rtl8192e/rtllib.h b/dri

[PATCH v2 04/15] staging: rtl8192e: Remove ENABLE_LOCK_DEBUG reference

2015-06-15 Thread Mateusz Kulikowski
ENABLE_LOCK_DEBUG macro was never set, so condition that used it can be resolved manually. Signed-off-by: Mateusz Kulikowski --- drivers/staging/rtl8192e/rtllib.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/staging/rtl8192e/rtllib.h b/drivers/staging/rtl8192e/rtllib.h index f2f

[PATCH v2 03/15] staging: rtl8192e: Remove rt_hi_throughput::ChnkOp

2015-06-15 Thread Mateusz Kulikowski
Field was initialized and never used. This patch also removes chnl_op enum that was only referenced by ChnkOp init code. Signed-off-by: Mateusz Kulikowski --- drivers/staging/rtl8192e/rtl819x_HT.h | 8 drivers/staging/rtl8192e/rtl819x_HTProc.c | 1 - 2 files changed, 9 deletions(-)

[PATCH v2 00/15] staging: rtl8192e: Remove unused code

2015-06-15 Thread Mateusz Kulikowski
Changes: - Squashed patches 6 and 7 from V1 as suggested by Sudip Notes from V1: Another cleanup series. Most patches are pretty simple (fragmented a bit to make review easier). Series should apply cleanly into staging-next (5c1043984) and staging-testing (f996bd10). Target tested (802.11N/2.4

[PATCH v2 01/15] staging: rtl8192e: Remove unused code in rtl819x_HT.h

2015-06-15 Thread Mateusz Kulikowski
Delete unused enums, structures and macros. Signed-off-by: Mateusz Kulikowski --- drivers/staging/rtl8192e/rtl819x_HT.h | 128 -- 1 file changed, 128 deletions(-) diff --git a/drivers/staging/rtl8192e/rtl819x_HT.h b/drivers/staging/rtl8192e/rtl819x_HT.h index f7

[PATCHv2 2/2] staging: rtl8723au: include/rtl8723a_hal.h: use __leXX types in fw header struct

2015-06-15 Thread Daniele Alessandrelli
This patch makes fields in struct rt_8723a_firmware_hdr use endianness-aware types (__leXX), thus fixing the following sparse warnings: CHECK drivers/staging/rtl8723au/hal/rtl8723a_hal_init.c drivers/staging/rtl8723au/hal/rtl8723a_hal_init.c:263:37: warning: cast to restricted __le16 drivers/sta

[PATCHv2 0/2] staging: rtl8723au: include/rtl8723a_hal.h: fix firmware header struct

2015-06-15 Thread Daniele Alessandrelli
= Patchset changelog = This updated version of the patchset fixes a comment style issue in patch 2/2. Patch 1/2, which was acked by Jes Sorensen , is resubmitted unchanged. = Patchset description = Apparently, there is some error in struct rt_8723a_firmware_hdr. Indeed, according to the comment

[PATCHv2 1/2] staging: rtl8723au: include/rtl8723a_hal.h: fix Rsvd1 size in fw header struct

2015-06-15 Thread Daniele Alessandrelli
The size of field Rsvd1 in struct rt_8723a_firmware_hdr should be u8 otherwise we exceeds the boundaries of "LONG WORD 0". This patch fixes the issue. Signed-off-by: Daniele Alessandrelli Acked-by: Jes Sorensen --- drivers/staging/rtl8723au/include/rtl8723a_hal.h | 2 +- 1 file changed, 1 inser

[PATCH v2 0/6] hv: Front-end driver for PCIe Pass-through on Hyper-V

2015-06-15 Thread jakeo
From: Jake Oshins This patch does some slight refactoring on the hv_vmbus driver and its dependents and then introduces a new paravirtual front-end driver for PCI which supports PCI Express devices passed through to a Linux guest running in a Hyper-V VM. To support this front-end, several new me

[PATCH v2 1/6] drivers:hv: Modify vmbus to search for all MMIO ranges available

2015-06-15 Thread jakeo
From: Jake Oshins Before this patch, hv_vmbus would search the ACPI namespace above its device looking for a _CRS (current resources) object, and hunt through the list of resources in there looking for one that described memory- mapped I/O space above the 4GB line. It then exported the result fo

[PATCH v2 6/6] drivers:pci:hv: New paravirtual PCI front-end for Hyper-V VMs

2015-06-15 Thread jakeo
From: Jake Oshins This patch supplies a new driver, hv_pcifront, which exposes new root PCI buses. When a Hyper-V VM running Linux is offered a paravirtual PCI bus in order to expose a device passed through on that bus, this drver registers a new bus with the PCI driver. This new bus is bus "ze

[PATCH v2 4/6] drivers:hv: Export a function that maps Linux proc num onto Hyper-V proc num

2015-06-15 Thread jakeo
From: Jake Oshins This patch exports a function which maps Linux processor number onto Hyper-V virtual processor number. This is necessary in order to map message- signaled interrupts (MSIs) into a VM, as the hypervisor needs to know the right target VP. Signed-off-by: Jake Oshins --- drivers

[PATCH v2 2/6] drivers:hv: Move MMIO range picking from hyper_fb.mod to hv_vmbus.mod

2015-06-15 Thread jakeo
From: Jake Oshins Currently, hv_vmbus finds the ranges of memory-mapped I/O space that are designated for paravirtual (and fully virtual) devices by the virtual firmware (BIOS or UEFI) and exports the answer. The hyperv_fb video driver then takes that information and uses it to claim a range of

[PATCH v2 5/6] drivers:hv: Define the channel type for Hyper-V PCI Express pass-through

2015-06-15 Thread jakeo
From: Jake Oshins This patch updates the list of VMBus channel GUIDs, defining the one for PCI Express pass-through. Signed-off-by: Jake Oshins --- include/linux/hyperv.h | 11 +++ 1 file changed, 11 insertions(+) diff --git a/include/linux/hyperv.h b/include/linux/hyperv.h index 6fec

[PATCH v2 3/6] arch:x86:hv: Add mechanism for Hyper-V paravirt drivers to hook msi message creation

2015-06-15 Thread jakeo
From: Jake Oshins This patch, when the kernel is built with CONFIG_HYPERV, exposes functions that would allow a paravirtual PCI front-end driver to hook MSI (message- signaled interrupt) message creation. Signed-off-by: Jake Oshins --- arch/x86/include/asm/mshyperv.h | 2 ++ arch/x86/kernel/c

[PATCH v2] Staging: rtl8192e: Timer setup using macro rather assignment

2015-06-15 Thread DHANAPAL, GNANACHANDRAN (G.)
This patch shall replaces user defined timer setup function with standard timer setup macro. Also removes init_timer, because timer can be initialized in setup_timer macro as well. Signed-off-by: Gnanachandran Dhanapal --- Addressed review comments from v1 1. setup_timer also subs

Re: [PATCH] staging: comedi: use meaningful variable name

2015-06-15 Thread Gujulan Elango, Hari Prasath (H.)
On Mon, Jun 15, 2015 at 03:42:07PM +0100, Ian Abbott wrote: > On 15/06/15 15:01, Gujulan Elango, Hari Prasath (H.) wrote: > >From: Hari Prasath Gujulan Elango > > > >This patch renames the very generic variable name 'todo' to > >num_samples_to_read. > > > >Signed-off-by: Hari Prasath Gujulan Elang

Re: [PATCH] staging: comedi: use meaningful variable name

2015-06-15 Thread Ian Abbott
On 15/06/15 15:01, Gujulan Elango, Hari Prasath (H.) wrote: From: Hari Prasath Gujulan Elango This patch renames the very generic variable name 'todo' to num_samples_to_read. Signed-off-by: Hari Prasath Gujulan Elango --- drivers/staging/comedi/drivers/amplc_pci230.c | 9 + 1 file

[PATCH] staging: comedi: use meaningful variable name

2015-06-15 Thread Gujulan Elango, Hari Prasath (H.)
From: Hari Prasath Gujulan Elango This patch renames the very generic variable name 'todo' to num_samples_to_read. Signed-off-by: Hari Prasath Gujulan Elango --- drivers/staging/comedi/drivers/amplc_pci230.c | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/drivers/s

[PATCH] staging: rtl8723au: core: Remove unneeded #ifdefs

2015-06-15 Thread Andreas Ruprecht
In rtw_mlme_ext.c, nested #ifdef blocks form the following structure inside the file: #ifdef CONFIG_8723AU_AP_MODE (line 1323) [...] #ifdef CONFIG_8723AU_AP_MODE (line 1720) [...] #endif (2 more ifdef blocks with CONFIG_8723AU_AP_MODE follow) [...] #endif /* CONFIG_8723

Re: [PATCH 2/2] staging: rtl8723au: include/rtl8723a_hal.h: use __leXX types in fw header struct

2015-06-15 Thread Jes Sorensen
Sudip Mukherjee writes: > On Mon, Jun 15, 2015 at 11:30:41AM +0200, Daniele Alessandrelli wrote: >> On June 15, 2015 7:47:41 AM GMT+02:00, Sudip Mukherjee >> wrote: >> >On Sun, Jun 14, 2015 at 11:26:35PM +0200, Daniele Alessandrelli wrote: >> >> >> - u16 Signature; /* 92C0: test chip; 92C, 88C0:

Re: [PATCH 1/2] staging: rtl8723au: include/rtl8723a_hal.h: fix Rsvd1 size in fw header struct

2015-06-15 Thread Jes Sorensen
Daniele Alessandrelli writes: > The size of field Rsvd1 in struct rt_8723a_firmware_hdr should be u8 > otherwise we exceeds the boundaries of "LONG WORD 0". This patch fixes > the issue. > > Signed-off-by: Daniele Alessandrelli > --- > drivers/staging/rtl8723au/include/rtl8723a_hal.h | 2 +- > 1

[PATCH] staging: wlan-ng: Replace hard coded values with MACRO's

2015-06-15 Thread Gujulan Elango, Hari Prasath (H.)
From: Hari Prasath Gujulan Elango This patch replaces hard coded values with global definitions for the Ethernet IEEE 802.3 interface defined in standard header file. Signed-off-by: Hari Prasath Gujulan Elango --- drivers/staging/wlan-ng/p80211conv.c | 4 ++-- 1 file changed, 2 insertions(+),

[PATCH] staging: wlan-ng: remove unused debug macro

2015-06-15 Thread Gujulan Elango, Hari Prasath (H.)
From: Hari Prasath Gujulan Elango Thi patch removes ununsed debug macro and its references in this file.The macro is used around pr_debug which itself can be dynamically enabled/disabled. Signed-off-by: Hari Prasath Gujulan Elango --- drivers/staging/wlan-ng/p80211wep.c | 7 --- 1 file cha

[PATCH] staging: emxx_udc: remove commented code

2015-06-15 Thread Gujulan Elango, Hari Prasath (H.)
From: Hari Prasath Gujulan Elango This patch removes commented code warned by checkpatch.pl Signed-off-by: Hari Prasath Gujulan Elango --- drivers/staging/emxx_udc/emxx_udc.h | 10 -- 1 file changed, 10 deletions(-) diff --git a/drivers/staging/emxx_udc/emxx_udc.h b/drivers/staging/e

[PATCH 2/2] staging: wilc1000: remove the warnings on prohibited spaces.

2015-06-15 Thread Sunghoon Cho
Remove space prohibited between function name and open parenthesis. Signed-off-by: Sunghoon Cho --- drivers/staging/wilc1000/coreconfigsimulator.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/wilc1000/coreconfigsimulator.h b/drivers/staging/wilc1000/co

[PATCH 1/2] staging: wilc1000: remove multiple blank lines.

2015-06-15 Thread Sunghoon Cho
Remove the warnings for multiple blank lines reported by checkpatch.pl. Signed-off-by: Sunghoon Cho --- drivers/staging/wilc1000/coreconfigsimulator.h | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/drivers/staging/wilc1000/coreconfigsimulator.h b/drivers/staging/wilc100

Re: [PATCH] Staging: sm750fb: Fix checkpatch.pl warnings

2015-06-15 Thread Dighe, Niranjan (N.)
On Mon, Jun 15, 2015 at 10:57:33AM +0530, Sudip Mukherjee wrote: > On Sun, Jun 14, 2015 at 05:17:43PM +, Dighe, Niranjan (N.) wrote: > > From: Niranjan Dighe > > > > This patch removes spaces at the start of the line and replaces it > > by tabs > You are also removing blank lines, adding blan

Re: [PATCH] staging: comedi: remove commented code

2015-06-15 Thread Ian Abbott
On 15/06/15 11:10, Gujulan Elango, Hari Prasath (H.) wrote: From: Hari Prasath Gujulan Elango This patch removes commented code.This was a checkpatch warning. Signed-off-by: Hari Prasath Gujulan Elango --- drivers/staging/comedi/comedi_fops.c | 5 - 1 file changed, 5 deletions(-) diff

[PATCH] staging: comedi: remove commented code

2015-06-15 Thread Gujulan Elango, Hari Prasath (H.)
From: Hari Prasath Gujulan Elango This patch removes commented code.This was a checkpatch warning. Signed-off-by: Hari Prasath Gujulan Elango --- drivers/staging/comedi/comedi_fops.c | 5 - 1 file changed, 5 deletions(-) diff --git a/drivers/staging/comedi/comedi_fops.c b/drivers/staging

Re: [PATCH 2/2] staging: rtl8723au: include/rtl8723a_hal.h: use __leXX types in fw header struct

2015-06-15 Thread Sudip Mukherjee
On Mon, Jun 15, 2015 at 11:30:41AM +0200, Daniele Alessandrelli wrote: > On June 15, 2015 7:47:41 AM GMT+02:00, Sudip Mukherjee > wrote: > >On Sun, Jun 14, 2015 at 11:26:35PM +0200, Daniele Alessandrelli wrote: > > >> - u16 Signature; /* 92C0: test chip; 92C, 88C0: test > >> c

NOTARISCHE GEWINNBENACHRICHTIGUNG

2015-06-15 Thread ALFONSO MORALES
Die oben genannten ANHANG Anforderungen sind erforderlich. Gluckwunsche noch einmal. Herzlichs Mit freundlichen Gr?ssen Alfonso Morales HEAD, ONLINE LOTTERY DEPARTMENT FREELOTTO PROMOTION Alle Warenzeichen und eingetragenen Warenzeichen sind Eigentum der jeweiligen Inhaber. Copy

NOTARISCHE GEWINNBENACHRICHTIGUNG

2015-06-15 Thread ALFONSO MORALES
Die oben genannten ANHANG Anforderungen sind erforderlich. Gluckwunsche noch einmal. Herzlichs Mit freundlichen Gr?ssen Alfonso Morales HEAD, ONLINE LOTTERY DEPARTMENT FREELOTTO PROMOTION Alle Warenzeichen und eingetragenen Warenzeichen sind Eigentum der jeweiligen Inhaber. Copy

Re: [PATCH 2/2] staging: rtl8723au: include/rtl8723a_hal.h: use __leXX types in fw header struct

2015-06-15 Thread Daniele Alessandrelli
On June 15, 2015 7:47:41 AM GMT+02:00, Sudip Mukherjee wrote: >On Sun, Jun 14, 2015 at 11:26:35PM +0200, Daniele Alessandrelli wrote: >> This patch makes field in struct rt_8723a_firmware_hdr use >endianness-aware >> types (__leXX), thus fixing the following sparse warnings: >> > >> >> Signed

[PATCH] staging: rtl8188eu: fix typo in comments section

2015-06-15 Thread Gujulan Elango, Hari Prasath (H.)
From: Hari Prasath Gujulan Elango This patch fixes a typo in the comment section. Signed-off-by: Hari Prasath Gujulan Elango --- drivers/staging/rtl8188eu/os_dep/os_intfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/rtl8188eu/os_dep/os_intfs.c b/driver