***BULK*** Re

2016-03-25 Thread Mr.Robert N. Brice
Main Office NYU Federal Credit Union 726 Broadway, Suite 110 New York, NY 10003-9502 Phone: +15417304758 TELEGRAPHIC TRANSFER NOTICE. We are hereby officially notify you concerning your fund telegraphic Transfer through our bank, Credit Union, New York, to your bank account, which has

[PATCH] Staging: rmda: removes a void pointer

2016-03-25 Thread Ben Marsh
Removes a void pointer in user_sdma.c Signed-off-by: Ben Marsh --- drivers/staging/rdma/hfi1/user_sdma.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/rdma/hfi1/user_sdma.c b/drivers/staging/rdma/hfi1/user_sdma.c index 2f48419..d152126a

[PATCH] Staging: gs_fpgaboot: remove blank line in io.c

2016-03-25 Thread Ben Marsh
Removes a blank line in order to silence a checkpatch.pl warning. Signed-off-by: Ben Marsh --- drivers/staging/gs_fpgaboot/io.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/gs_fpgaboot/io.c b/drivers/staging/gs_fpgaboot/io.c index 819db53..c939119

[PATCH] Staging: wlan-ng: convert usb_prism_tbl[] array into a const array

2016-03-25 Thread Claudiu Beznea
This patch convert usb_prism_tbl[] into a const array since it is not modified anywhere in prism2usb.c file. Signed-off-by: Claudiu Beznea --- drivers/staging/wlan-ng/prism2usb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH] Staging: wlan-ng: no need for memcpy() since its arguments are already equal

2016-03-25 Thread Claudiu Beznea
This patch removes the memcpy() for two variables which were previously tested with memcmp(). The result of memcmp() was zero which means that the previously tested variables were already equal. Signed-off-by: Claudiu Beznea --- drivers/staging/wlan-ng/p80211conv.c | 1

Re: [PATCH] staging: rtl8192e: add more information to Kconfig

2016-03-25 Thread Greg KH
On Fri, Mar 25, 2016 at 01:03:51AM -0700, deutschluz wrote: > The warnings were originating in the Kconfig file and were > essentially, asking for more information to display. A quick google > search returned the patch that separated the rtl driver from 2011 > into several separate drivers in

Re: [PATCH 2/3] devicetree: Add ANX7814 bridge binding.

2016-03-25 Thread Rob Herring
On Thu, Mar 24, 2016 at 11:41:45AM +0100, Enric Balletbo i Serra wrote: > The ANX7814 is an ultra-low power Full-HD (1080p60) SlimPort transmitter > designed for portable devices. > > Signed-off-by: Enric Balletbo i Serra > --- >

Re: [PATCH 1/3] of: Add vendor prefix for Analogix Semiconductor

2016-03-25 Thread Rob Herring
On Thu, Mar 24, 2016 at 11:41:44AM +0100, Enric Balletbo i Serra wrote: > Analogix Semiconductor Inc. develops analog and mixed-signal devices for > digital media and communications interconnect applications. > > Signed-off-by: Enric Balletbo i Serra > --- >

Re: [PATCH] staging: dgnc: replace dgnc_offset_table with bit shift.

2016-03-25 Thread walter harms
Am 25.03.2016 12:33, schrieb Daeseok Youn: > the dgnc_offset_table has a same value with (1 << port). > So I tried to replace dgnc_offset_table array with 1 << port. > And also there are redundant assignments(tmp and current_port) > inside while loop for checking uart port, and remove them. > >

[PATCH 11/11] staging: wilc1000: removes unused local variable

2016-03-25 Thread Leo Kim
This patch removes unused local variable. This variable is operation definition that back off from sending packets for some time. However, that has been deleted operation code. That is removes all relative code. Signed-off-by: Leo Kim --- drivers/staging/wilc1000/linux_wlan.c

[PATCH 08/11] staging: wilc1000: replaces memcmp with ether_addr_equal_unaligned

2016-03-25 Thread Leo Kim
This patch replaces memcmp with ether_addr_equal_unaligned. Warning reported by checkpatch.pl - Prefer ether_addr_equal() or ether_addr_equal_unaligned() over memcmp() Signed-off-by: Leo Kim --- drivers/staging/wilc1000/linux_wlan.c | 6 -- 1 file changed, 4

[PATCH 07/11] staging: wilc1000: removes unused debug flags

2016-03-25 Thread Leo Kim
This patch removes unused debug flags. Signed-off-by: Leo Kim --- drivers/staging/wilc1000/wilc_wlan_if.h | 12 1 file changed, 12 deletions(-) diff --git a/drivers/staging/wilc1000/wilc_wlan_if.h b/drivers/staging/wilc1000/wilc_wlan_if.h index 83cf84d..119b313

[PATCH 09/11] staging: wilc1000: removes unused define

2016-03-25 Thread Leo Kim
This patch removes unused define. Signed-off-by: Leo Kim --- drivers/staging/wilc1000/linux_wlan.c | 2 -- drivers/staging/wilc1000/wilc_wlan_if.h | 9 - 2 files changed, 11 deletions(-) diff --git a/drivers/staging/wilc1000/linux_wlan.c

[PATCH 10/11] staging: wilc1000: removes define USE_TX_BACKOFF_DELAY_IF_NO_BUFFERS

2016-03-25 Thread Leo Kim
This patch removes define USE_TX_BACKOFF_DELAY_IF_NO_BUFFERS and use it's feature codes. Signed-off-by: Leo Kim --- drivers/staging/wilc1000/linux_wlan.c | 8 1 file changed, 8 deletions(-) diff --git a/drivers/staging/wilc1000/linux_wlan.c

[PATCH 06/11] staging: wilc1000: removes unused dead codes

2016-03-25 Thread Leo Kim
This patch removes unused dead codes that define custom feature. Signed-off-by: Leo Kim --- drivers/staging/wilc1000/linux_wlan.c | 8 1 file changed, 8 deletions(-) diff --git a/drivers/staging/wilc1000/linux_wlan.c b/drivers/staging/wilc1000/linux_wlan.c index

[PATCH 05/11] staging: wilc1000: replaces frame_type with type of struct frame_reg

2016-03-25 Thread Leo Kim
This patch replaces frame_type with type of struct frame_reg. Signed-off-by: Leo Kim --- drivers/staging/wilc1000/linux_wlan.c | 8 drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 4 ++-- drivers/staging/wilc1000/wilc_wfi_netdevice.h | 2 +- 3

[PATCH 01/11] staging: wilc1000: removes WIRELESS_EXT

2016-03-25 Thread Leo Kim
This patch removes WIRELESS_EXT. Does not used the WIRELESS_EXT define. Signed-off-by: Leo Kim --- drivers/staging/wilc1000/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/wilc1000/Kconfig b/drivers/staging/wilc1000/Kconfig index dce9cee..73f7fef

[PATCH 02/11] staging: wilc1000: wilc_frame_register: removes unused hif_drv

2016-03-25 Thread Leo Kim
This patch removes unused hif_drv of wilc_frame_register function. It's perform an unnecessary null check and debug print log. Signed-off-by: Leo Kim --- drivers/staging/wilc1000/host_interface.c | 6 -- 1 file changed, 6 deletions(-) diff --git

[PATCH 04/11] staging: wilc1000: replaces g_struct_frame_reg with frame_reg

2016-03-25 Thread Leo Kim
This patch replaces g_struct_frame_reg with frame_reg. Signed-off-by: Leo Kim --- drivers/staging/wilc1000/linux_wlan.c | 12 ++-- drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 8 drivers/staging/wilc1000/wilc_wfi_netdevice.h | 2 +- 3

[PATCH 03/11] staging: wilc1000: removes typedef of struct struct_frame_reg

2016-03-25 Thread Leo Kim
This patch removes typedef of struct struct_frame_reg. Renames the struct_frame_reg to frame_reg as well. Signed-off-by: Leo Kim --- drivers/staging/wilc1000/wilc_wfi_netdevice.h | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git

[PATCH] staging: dgnc: replace dgnc_offset_table with bit shift.

2016-03-25 Thread Daeseok Youn
the dgnc_offset_table has a same value with (1 << port). So I tried to replace dgnc_offset_table array with 1 << port. And also there are redundant assignments(tmp and current_port) inside while loop for checking uart port, and remove them. Signed-off-by: Daeseok Youn ---

[PATCH] staging: rtl8192e: add more information to Kconfig

2016-03-25 Thread deutschluz
The warnings were originating in the Kconfig file and were essentially, asking for more information to display. A quick google search returned the patch that separated the rtl driver from 2011 into several separate drivers in order to comply with a certain IEEE standard. Signed-off-by: Luz Angel

[PATCH] staging: rtl8192e: add more information to Kconfig

2016-03-25 Thread deutschluz
The warnings were originating in the Kconfig file and were essentially, asking for more information to display. A quick google search returned the patch that separated the rtl driver from 2011 into several separate drivers in order to comply with a certain IEEE standard. Signed-off-by: Luz Angel

Re: [PATCH 1/2] staging: dgnc: fix 'line over 80 characters'

2016-03-25 Thread Joe Perches
On Fri, 2016-03-25 at 14:42 +0900, DaeSeok Youn wrote: > 2016-03-25 12:19 GMT+09:00 Joe Perches : > > On Fri, 2016-03-25 at 11:44 +0900, Daeseok Youn wrote: > > > fix checkpatch.pl warning about 'line over 80 characters' > > > in dgnc_neo.c [] > > > diff --git