On Sat, Mar 12, 2016 at 05:10:29PM -0800, Gavin O'Leary wrote:
> Signed-off-by: Gavin O'Leary
> ---
> drivers/staging/dgap/dgap.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/staging/dgap/dgap.c b/drivers/staging/dgap/dgap.c
> index 9e07a39..7845516 100644
> -
On Sat, Mar 12, 2016 at 05:03:01PM -0800, Gavin O'Leary wrote:
> Signed-off-by: Gavin O'Leary
I can't take a patch without a changelog entry.
greg k-h
___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/l
This patchset cleans up the gotos found in visorbus_main.c
v3 changes:
- Fixed compile bug in rename create_visor_device gotos by changing rc to err
v2 changes:
- Added patch from Tim Sell that remove sysfs devmajorminor, which allowed
us to remove two different patches from original patchse
From: Tim Sell
The sysfs attribute directory at:
/sys/bus/visorbus/devices/vbus:dev/devmajorminor/*
or
/sys/devices/visorbus/vbus:dev/devmajorminor/*
previously provided a location where a visorbus function driver could
publish information (for usermode use) about possibly-multiple ma
Gotos in visorbus_match are not needed.
Signed-off-by: David Kershner
Signed-off-by: Timothy Sell
---
drivers/staging/unisys/visorbus/visorbus_main.c | 24 ++--
1 file changed, 10 insertions(+), 14 deletions(-)
diff --git a/drivers/staging/unisys/visorbus/visorbus_main.c
b
Away is ambiguous when specifying error vs success. Make return labels
more meaningful by marking them as error paths.
Signed-off-by: David Kershner
Signed-off-by: Timothy Sell
---
drivers/staging/unisys/visorbus/visorbus_main.c | 18 +-
1 file changed, 9 insertions(+), 9 deleti
This patch fixes the gotos in visorbus_init
Signed-off-by: David Kershner
Signed-off-by: Timothy Sell
---
drivers/staging/unisys/visorbus/visorbus_main.c | 24 +++-
1 file changed, 11 insertions(+), 13 deletions(-)
diff --git a/drivers/staging/unisys/visorbus/visorbus_main.
Fixup the visordriver_probe function. Rearrange the function to avoid
needing gotos and removed unnecessary wmb().
Signed-off-by: David Kershner
---
drivers/staging/unisys/visorbus/visorbus_main.c | 32 ++---
1 file changed, 12 insertions(+), 20 deletions(-)
diff --git a/dri
Add GFP flags to media_create_pad_link(), media_create_intf_link(),
media_devnode_create(), and media_add_link() that could get called
in atomic context to allow callers to pass in the right flags for
memory allocation.
tree-wide driver changes for media_*() GFP flags change:
Change drivers to add
Signed-off-by: Gavin O'Leary
---
drivers/staging/dgap/dgap.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/dgap/dgap.c b/drivers/staging/dgap/dgap.c
index 9e07a39..7845516 100644
--- a/drivers/staging/dgap/dgap.c
+++ b/drivers/staging/dgap/dgap.c
@@ -4819,7 +
Signed-off-by: Gavin O'Leary
---
drivers/staging/dgap/dgap.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/dgap/dgap.c b/drivers/staging/dgap/dgap.c
index bad3551..9e07a39 100644
--- a/drivers/staging/dgap/dgap.c
+++ b/drivers/staging/dgap/dgap.c
@@ -4819,7 +
On Sat, 2016-03-12 at 19:17 +, Drokin, Oleg wrote:
> On Mar 12, 2016, at 1:56 PM, Joe Perches wrote:
> > On Sat, 2016-03-12 at 18:32 +, Drokin, Oleg wrote:
> > > On Mar 12, 2016, at 1:23 PM, Joe Perches wrote:
> > > > On Sat, 2016-03-12 at 13:00 -0500, James Simmons wrote:
> > > > > From: J
The default user scan function associated with FC (fc_user_scan)
is not suitable for FC hosts on Hyper-V since we don't have
an rport associated with FC host on Hyper-V . Set it to NULL so we can
support manual scan of FC targets on Hyper-V.
Signed-off-by: K. Y. Srinivasan
Tested-by: Long Li
Rev
This patch fixes the checkpatch.pl warning:
WARNING: line over 80 characters
Signed-off-by: Edward Lipinsky
---
Change in v2:
- Break the line after the format string, as suggested by Joe
Perches .
drivers/staging/rtl8723au/core/rtw_ap.c |3 ++-
1 file changed, 2 insertio
On Sat, 2016-03-12 at 18:32 +, Drokin, Oleg wrote:
> On Mar 12, 2016, at 1:23 PM, Joe Perches wrote:
> > On Sat, 2016-03-12 at 13:00 -0500, James Simmons wrote:
> > > From: James Nunez
> > >
> > > This is one of the fixes broken out of patch 1 that was
> > > missed in the merger. With thi
On Mar 12, 2016, at 1:56 PM, Joe Perches wrote:
> On Sat, 2016-03-12 at 18:32 +, Drokin, Oleg wrote:
>> On Mar 12, 2016, at 1:23 PM, Joe Perches wrote:
>>> On Sat, 2016-03-12 at 13:00 -0500, James Simmons wrote:
From: James Nunez
This is one of the fixes broken out of patch 1
On Sat, 2016-03-12 at 13:00 -0500, James Simmons wrote:
> From: James Nunez
>
> This is one of the fixes broken out of patch 1 that was
> missed in the merger. With this fix the CERROR called in
> sfw_handle_server_rpc will print out correctly.
Speaking of CERROR and logging, it it really us
On Mar 12, 2016, at 1:23 PM, Joe Perches wrote:
> On Sat, 2016-03-12 at 13:00 -0500, James Simmons wrote:
>> From: James Nunez
>>
>> This is one of the fixes broken out of patch 1 that was
>> missed in the merger. With this fix the CERROR called in
>> sfw_handle_server_rpc will print out co
From: Dmitry Eremin
Patch 9389 change a strncpy call into a strlcpy call. This was
missed in the merger into the upstream client.
Signed-off-by: Dmitry Eremin
Intel-bug-id: https://jira.hpdd.intel.com/browse/LU-4629
Reviewed-on: http://review.whamcloud.com/9389
Reviewed-by: Andreas Dilger
Revi
Apply a consistent style for comments in the lnet selftest
code. Realign some of the comments to make it easier to read.
This also fixes a few checkpatch issues as well.
Signed-off-by: James Simmons
---
drivers/staging/lustre/lnet/selftest/brw_test.c |2 +-
drivers/staging/lustre/lnet/selft
Two places to align the code so it is easier to read.
Signed-off-by: James Simmons
---
drivers/staging/lustre/lnet/selftest/console.c |2 +-
drivers/staging/lustre/lnet/selftest/ping_test.c |4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/staging/lustre/l
Remove extra blank lines missed by checkpatch.
Signed-off-by: James Simmons
---
drivers/staging/lustre/lnet/selftest/brw_test.c |2 --
drivers/staging/lustre/lnet/selftest/conrpc.c |2 --
drivers/staging/lustre/lnet/selftest/console.c |2 --
3 files changed, 0 insertions(+), 6 del
Some fixes from two earlier patches got dropped so we add them to
this batch. Last of the style cleanups for LNet selftest. Redid
the comment style patch to format the comments correctly.
Dmitry Eremin (1):
staging: lustre: add missing buffer overflow fix for console.c
James Nunez (1):
stagin
From: James Nunez
This is one of the fixes broken out of patch 1 that was
missed in the merger. With this fix the CERROR called in
sfw_handle_server_rpc will print out correctly.
Signed-off-by: James Nunez
Intel-bug-id: https://jira.hpdd.intel.com/browse/LU-4871
Reviewed-on: http://review.w
The function wait_event_timeout can fail and return an error. Handle
this case in stt_timer_main().
Signed-off-by: James Simmons
---
drivers/staging/lustre/lnet/selftest/timer.c | 10 ++
1 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/drivers/staging/lustre/lnet/selftest
On Fri, Mar 11, 2016 at 5:00 PM, Greg Kroah-Hartman
wrote:
> On Thu, Mar 03, 2016 at 07:42:43PM -0300, Gustavo Padovan wrote:
>> From: Gustavo Padovan
>>
>> Burn the old opcode to avoid any potential old userspace running the old
>> API to get weird errors. Changing the opcodes will make them fai
tree: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
staging-testing
head: 2df122bdebaba1daad3a8087b89a5e3456474538
commit: b08bb6bb5af5d1df8f41399f931efa1673fac1ac [1317/1582] staging: lustre:
make lustre dependent on LNet
config: x86_64-randconfig-b0-03122341 (attached a
This patch fixes the checkpatch.pl warning regarding the exceeding 80
characters on line 36. This patch add a newline after function statement
on line 52
Signed-off-by: Adonis Settouf
---
drivers/staging/rtl8192e/dot11d.h | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/d
On 12/03/16 11:21, Jonathan Cameron wrote:
> On 09/03/16 19:30, Alison Schofield wrote:
>> Replace the code that guarantees the device stays in direct mode with
>> iio_device_{claim|release}_direct_mode() which does same.
>>
>> Signed-off-by: Alison Schofield
> A small improvement inline - don't e
On 09/03/16 19:30, Alison Schofield wrote:
> Replace the code that guarantees the device stays in direct mode with
> iio_device_{claim|release}_direct_mode() which does same.
>
> Signed-off-by: Alison Schofield
A small improvement inline - don't eat the errors within the
driver.
Jonathan
> ---
On 09/03/16 19:30, Alison Schofield wrote:
> It is often the case that the driver wants to be sure a device stays
> in direct mode while it is executing a task or series of tasks. To
> accomplish this today, the driver performs this sequence: 1) take the
> device state lock, 2) verify it is not in
On 09/03/16 19:25, Alison Schofield wrote:
> This patchset introduces two helper functions to simplify driver code
> requiring the device to be locked in direct mode during execution of a
> code path. The staging driver ad7192 is updated to demonstrate usage.
>
> This could be applied to approxima
Fix comments to use * on subsequent lines.
Signed-off-by: YU BO
---
drivers/staging/xgifb/vb_init.c | 10 +-
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/drivers/staging/xgifb/vb_init.c b/drivers/staging/xgifb/vb_init.c
index 26b539bc6faf..c7f02c7db4a2 100644
--- a/driv
Patch to rtl8188e_rxdesc.c to remove an unnecessary cast on a void
pointer.
Signed-off-by: Ben Marsh
---
drivers/staging/rtl8188eu/hal/rtl8188e_rxdesc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/rtl8188eu/hal/rtl8188e_rxdesc.c
b/drivers/staging/rtl8188e
From: PrasannaKumar Muralidharan
Remove unnecessary use of volatile for 'request_counter' and
'service_counter' members.
Signed-off-by: PrasannaKumar Muralidharan
---
drivers/staging/most/hdm-dim2/dim2_hal.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/stagin
Fix comments to use trailing */ on separste lines.
Signed-off-by: YU BO
---
drivers/staging/xgifb/vb_init.c|3 ++-
drivers/staging/xgifb/vb_setmode.c |3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/xgifb/vb_init.c b/drivers/staging/xgifb/vb_init.c
From: PrasannaKumar Muralidharan
Remove atomic_counter_t typedef, use int instead.
Signed-off-by: PrasannaKumar Muralidharan
---
drivers/staging/most/hdm-dim2/dim2_hal.h | 6 ++
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/drivers/staging/most/hdm-dim2/dim2_hal.h
b/driver
From: PrasannaKumar Muralidharan
Remove unnecessary __cplusplus check in header files as it is not
required.
Signed-off-by: PrasannaKumar Muralidharan
---
drivers/staging/most/hdm-dim2/dim2_errors.h | 8
drivers/staging/most/hdm-dim2/dim2_hal.h| 8
drivers/staging/most/hd
38 matches
Mail list logo