Re: [PATCH 2/2] scsi: storvsc: Use the specified target ID in device lookup

2016-01-10 Thread Hannes Reinecke
On 01/09/2016 06:51 AM, K. Y. Srinivasan wrote: The current code assumes that there is only one target in device lookup. Fix this bug. This will alow us to correctly handle hot reomoval of LUNs. Signed-off-by: K. Y. Srinivasan --- drivers/scsi/storvsc_drv.c |6 -- 1 files changed, 4

Re: [PATCH 5/7] staging/wilc1000: Remove unneeded imports

2016-01-10 Thread Greg KH
On Sun, Jan 10, 2016 at 09:13:20PM +0100, Janosch Frank wrote: > Am 10.01.2016 um 20:30 schrieb kbuild test robot: > >Hi Janosch, > > > >[auto build test ERROR on v4.4-rc8] > >[cannot apply to staging/staging-testing next-20160108] > >[if your patch is applied to the wrong git tree, please drop us

Re: [PATCH net-next] hv_netvsc: don't make assumptions on struct flow_keys layout

2016-01-10 Thread David Miller
From: Vitaly Kuznetsov Date: Thu, 7 Jan 2016 10:33:09 +0100 > Recent changes to 'struct flow_keys' (e.g commit d34af823ff40 ("net: Add > VLAN ID to flow_keys")) introduced a performance regression in netvsc > driver. Is problem is, however, not the above mentioned commit but the > fact that net

Re: [PATCH 5/7] staging/wilc1000: Remove unneeded imports

2016-01-10 Thread Janosch Frank
Am 10.01.2016 um 20:30 schrieb kbuild test robot: Hi Janosch, [auto build test ERROR on v4.4-rc8] [cannot apply to staging/staging-testing next-20160108] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url: https://github.com/0day-ci/lin

Re: [GIT PULL] pull requires: linux-firmware: Update OPA hfi1 firmware

2016-01-10 Thread Ben Hutchings
On Mon, 2015-12-14 at 12:54 +, Fleck, John wrote: > Please Pull: > > https://github.com/01org/opa-firmware.git  > Use the branch firmware-update Pulled, thanks. Ben. -- Ben Hutchings Power corrupts. Absolute power is kind of neat. - John Lehman, Secretary of the

Re: [PATCH 5/7] staging/wilc1000: Remove unneeded imports

2016-01-10 Thread kbuild test robot
Hi Janosch, [auto build test ERROR on v4.4-rc8] [cannot apply to staging/staging-testing next-20160108] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url: https://github.com/0day-ci/linux/commits/Janosch-Frank/staging-wilc1000-Refactor-s

[PATCH 6/7] staging/wilc1000: Remove unneeded USE_SPI_DMA

2016-01-10 Thread Janosch Frank
After zeroing the message, the value is zero anyway and we don't have to set it explicitly. Signed-off-by: Janosch Frank --- drivers/staging/wilc1000/linux_wlan_spi.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/staging/wilc1000/linux_wlan_spi.c b/drivers/staging/wilc1000/linux

[PATCH 7/7] staging/wilc1000: Remove unneeded forward declaration

2016-01-10 Thread Janosch Frank
linux_spi_deinit is not used from within linux_wlan_spi.c, so the declaration is useless. Signed-off-by: Janosch Frank --- drivers/staging/wilc1000/linux_wlan_spi.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/staging/wilc1000/linux_wlan_spi.c b/drivers/staging/wilc1000/linux_wl

[PATCH 4/7] staging/wilc1000: Sanitize linux_spi_write

2016-01-10 Thread Janosch Frank
Removed unneeded newlines. Moved variable definitions to the top. Improved control flow to get rid of indents. Replaced while with for. Added additional error message and improved existing ones. Signed-off-by: Janosch Frank --- drivers/staging/wilc1000/linux_wlan_spi.c | 87 ++---

[PATCH 1/7] staging/wilc1000: Introduce linux_spi_msg_init

2016-01-10 Thread Janosch Frank
Since all spi read and write functions were basically preparing the same data, moving the preparation into a function decreased line count a lot. This also resolves the following problems: Zeroing the message ourselves is not needed, as spi_message_init() already does that for us. The comment on

[PATCH 5/7] staging/wilc1000: Remove unneeded imports

2016-01-10 Thread Janosch Frank
The only external function is spi_sync from spi/spi.h, no external kernel variables are used. Signed-off-by: Janosch Frank --- drivers/staging/wilc1000/linux_wlan_spi.c | 9 - 1 file changed, 9 deletions(-) diff --git a/drivers/staging/wilc1000/linux_wlan_spi.c b/drivers/staging/wilc10

[PATCH 3/7] staging/wilc1000: Sanitize linux_spi_read

2016-01-10 Thread Janosch Frank
Removed unneeded newlines. Moved variable definitions to the top. Improved control flow to get rid of indents. Replaced while with for. Added additional error message and improved existing ones. Signed-off-by: Janosch Frank --- drivers/staging/wilc1000/linux_wlan_spi.c | 79 +++--

[PATCH 2/7] staging/wilc1000: Sanitize linux_spi_write_read

2016-01-10 Thread Janosch Frank
Removed unneeded newlines. Improved control flow to get rid of indents. Added additional error message and improved existing ones. Signed-off-by: Janosch Frank --- drivers/staging/wilc1000/linux_wlan_spi.c | 24 +--- 1 file changed, 13 insertions(+), 11 deletions(-) diff --g

[PATCH 0/7] staging/wilc1000: Refactor spi read and write functions

2016-01-10 Thread Janosch Frank
The code for sending and receiving spi data had multiple style problems, was repetative and contained errors. This series simplifies the code and fixes some of the problems. Janosch Frank (7): staging/wilc1000: Introduce linux_spi_msg_init staging/wilc1000: Sanitize linux_spi_write_read stag

Handle with me.

2016-01-10 Thread Dr . Edward Omane Boamah
Handle this project with me. If you are interested get back to me for more details. Regards, Dr.Edward Omane Boamah. 北京兆泰集团股份有限公司 北京市西城区太平桥大街丰汇时代大厦东段19层 电话:83571000 邮编:100032 ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdri

Re: [PATCH] staging: iio: cdc: Prefer using the BIT macro

2016-01-10 Thread Jonathan Cameron
On 10/01/16 06:20, Bhaktipriya Shridhar wrote: > Replace all occurences of (1< of checkpatch.pl "CHECK" output "Prefer using the BIT macro" > > Signed-off-by: Bhaktipriya Shridhar Hi, I'm afraid that a similar patch was sent by Shraddha Barke back at the end of December. It just missed the last