On 06/20/2014 02:19 AM, Greg Kroah-Hartman wrote:
(..)
This doesn't apply as I think it's already done part of a merge...
You are right, it seems to be in f9da455b93f6.
Thanks for your concern!
Best regards,
V.
___
devel mailing list
de...@linuxdr
On Thu, Jun 19, 2014 at 01:11:40PM -0700, j...@joshtriplett.org wrote:
> On Thu, Jun 19, 2014 at 09:20:15PM +0200, Johannes Stadlinger wrote:
> > This patch inserts a blank line after a declaration to avoid checkpatch
> > warning.
> >
> > Signed-off-by: Johannes Stadlinger
> > Signed-off-by: Maxi
his point DT bindings are clearly lacking and I doubt that the
> driver even can run with multiple instances (global variables, hurray!).
>
> Signed-off-by: Magnus Damm
> ---
This patch appeared in linux-next (ie, next-20140620).
>[...]
> --- /dev/null
> +++ work/drivers/sta
On Thu, Jun 19, 2014 at 06:34:36PM -0700, Haiyang Zhang wrote:
> @@ -589,7 +590,19 @@ void netvsc_linkstatus_callback(struct hv_device
> *device_obj,
> net_device = hv_get_drvdata(device_obj);
> rdev = net_device->extension;
>
> - rdev->link_state = status != 1;
> + switch (i
On Fri, Jun 20, 2014 at 02:19:58PM +0900, Daeseok Youn wrote:
> - rc = dgap_found_board(pdev, ent->driver_data, dgap_numboards);
> - if (rc)
> + brd = dgap_found_board(pdev, ent->driver_data, dgap_numboards);
> + if (IS_ERR(brd))
> return rc;
return ER
Signed-off-by: Evgeny Budilovsky
---
drivers/staging/cptm1217/clearpad_tm1217.c | 15 +++
1 file changed, 7 insertions(+), 8 deletions(-)
diff --git a/drivers/staging/cptm1217/clearpad_tm1217.c
b/drivers/staging/cptm1217/clearpad_tm1217.c
index ca4c2c6..edf9ff2 100644
--- a/driver
Hi, Dan.
2014-06-20 18:09 GMT+09:00 Dan Carpenter :
> On Fri, Jun 20, 2014 at 02:19:58PM +0900, Daeseok Youn wrote:
>> - rc = dgap_found_board(pdev, ent->driver_data, dgap_numboards);
>> - if (rc)
>> + brd = dgap_found_board(pdev, ent->driver_data, dgap_numboards);
>> + if (IS_ERR(
Make dgap_found_board() return a brd pointer and that brd pointer
assign to dgap_board[] in the end of the dgap_init_one().
Signed-off-by: Daeseok Youn
---
V2: change return value properly.
update error handling, if one of functions in dgap_init_one() is
failed, do not need to set dgap_bo
On Fri, Jun 20, 2014 at 06:21:50PM +0900, Daeseok Youn wrote:
> Make dgap_found_board() return a brd pointer and that brd pointer
> assign to dgap_board[] in the end of the dgap_init_one().
>
> Signed-off-by: Daeseok Youn
Looks nice, thanks.
Reviewed-by: Dan Carpenter
regards,
dan carpenter
Great, thanks for the quick response. I saw the patches, hope to see
more soon!
Kristina
On 18/06/14 15:16, Ganesan Ramalingam wrote:
> Hi Kristina,
>
> We are working on next set of patches for this driver, it is in final stage,
> will be posting it soon.
>
> Thanks,
> Ganesan
>
> -Orig
Contact me to receive your unpaid settlement.
Regards, Irene
___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
On 19/06/14 04:03, Greg KH wrote:
> On Thu, Jun 19, 2014 at 12:07:38AM +, Naren (Narendra) Sankar wrote:
>> We have EOL this part and have not been selling it for a while and there has
>> been no new customer interest in a long time.
>>
>> So I am also ok with this moving off the kernel and be
Hi
It's a bit confusing with this, I have received a lot of complaints
that I have not had a cover letter.
When should I include it? In an obvious patching. But where there's a
need to explain anything further should have a cover letter.
In this case, I suspected that there is a missed special ca
On Fri, Jun 20, 2014 at 12:46:33PM +0200, Rickard Strandqvist wrote:
> Hi
>
> It's a bit confusing with this, I have received a lot of complaints
> that I have not had a cover letter.
> When should I include it? In an obvious patching. But where there's a
> need to explain anything further should
commit 9c340ac934dbbfd46e776465b08391baac32d486
Author: H Hartley Sweeten
Date: Thu May 29 10:56:32 2014 -0700
staging: comedi: ni_stc.h: add read/write callbacks to struct ni_private
--- a/drivers/staging/comedi/drivers/ni_stc.h
+++ b/drivers/staging/comedi/drivers/ni_stc.h
@@ -1421,6 +14
On 2014-06-20 12:07, Geert Uytterhoeven wrote:
commit 9c340ac934dbbfd46e776465b08391baac32d486
Author: H Hartley Sweeten
Date: Thu May 29 10:56:32 2014 -0700
staging: comedi: ni_stc.h: add read/write callbacks to struct ni_private
--- a/drivers/staging/comedi/drivers/ni_stc.h
+++ b/driv
Fixes the following sparse warnings:
crystalhd/crystalhd_lnx.c:227:61: warning: incorrect type in argument 3
(different base types)
crystalhd/crystalhd_lnx.c:227:61:expected unsigned long [unsigned] ua
crystalhd/crystalhd_lnx.c:227:61:got void [noderef] *ua
crystalhd/crystalhd_lnx
Hi
The mainline form about Jun 6.
And now it is in drivers/gpu/ipu-v3/ipu-common.c
Still with the same error.
Sorry, I have started to compare to linux-next, but I do it as:
diff `find . ../linux-next/ -name ipu-common.c`
So missed that the file had moved :-/
Ok, I send a new patch then..
Kin
Hi Ian,
On Fri, Jun 20, 2014 at 1:12 PM, Ian Abbott wrote:
>> drivers/staging/comedi/drivers/ni_atmio.c:318:38: error: macro
>> "writew" passed 3 arguments, but takes just 2
> Thanks, but Hartley has already fixed it and Greg has applied it to his
> staging-next branch. It should wend it's merr
On Fri, Jun 20, 2014 at 01:16:17PM +0200, Lubomir Rintel wrote:
> Fixes the following sparse warnings:
>
> crystalhd/crystalhd_lnx.c:227:61: warning: incorrect type in argument 3
> (different base types)
> crystalhd/crystalhd_lnx.c:227:61:expected unsigned long [unsigned] ua
> crystalhd
On 2014-06-19 18:20, H Hartley Sweeten wrote:
The kbuild test robot pointed out some build errors on ARCH=ia64 of this type:
drivers/staging/comedi/drivers/ni_pcimio.c:1105:42: error:
macro "writew" passed 3 arguments, but takes just 2
It appears the read[lwb]/write[lwb] callabacks in struct ni
From: Fred Brooks
Add support for switching the input range and the single-ended/
differential input mode for the AI subdevice. We needed to clear the
FIFO of data before the conversion to handle card mode switching
glitches.
[ Minor whitespace fixes and driver comment reformatting. - Ian ]
S
On 2014-06-20 12:53, Ian Abbott wrote:
From: Fred Brooks
Add support for switching the input range and the single-ended/
differential input mode for the AI subdevice. We needed to clear the
FIFO of data before the conversion to handle card mode switching
glitches.
[ Minor whitespace fixes and
The lustre virtual block device cannot handle 64K pages and fails at compile
time. To avoid running into this error, let's disable the Kconfig option
for this driver in cases it doesn't support.
Reported-by: Dann Frazier
Signed-off-by: Arnd Bergmann
---
On Thursday 19 June 2014 12:10:51 Greg KH
Describe `struct comedi_async` in kerneldoc format. Expand on the
members involved in reading/writing the buffer.
Signed-off-by: Ian Abbott
---
This replaces a previous patch titled "staging: comedi: describe members
involved when reading/writing buffer", Message-ID:
<1401970286-32676-1-git-send
This is a patch to the serqt_usb2.c file that fixes two instances
of the following checkpatch.pl warning:
WARNING: else is not generally useful after a break or return
Signed-off-by: Vincent Heuken
---
drivers/staging/serqt_usb2/serqt_usb2.c | 44 -
1 file changed
This is a patch to the serqt_usb2.c file that fixes the following
warning:
WARNING: Missing a blank line after declarations
Signed-off-by: Vincent Heuken
---
drivers/staging/serqt_usb2/serqt_usb2.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/staging/serqt_usb2/serqt_usb2.c
b/dri
On 06/20/2014 02:20 AM, Greg KH wrote:
> On Mon, Jun 16, 2014 at 07:35:34PM +0200, Toralf Förster wrote:
>> comments were translated with https://translate.google.com/
>> this enables python to parse that file right
>
> This patch fails to apply :(
>
>
seems, that the CR at line 3741 is a the cu
Signed-off-by: Toralf Förster
---
drivers/staging/rtl8821ae/btcoexist/HalBtc8812a1Ant.c | 14 +++---
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/drivers/staging/rtl8821ae/btcoexist/HalBtc8812a1Ant.c
b/drivers/staging/rtl8821ae/btcoexist/HalBtc8812a1Ant.c
index 5a54bb1..
---
drivers/staging/netlogic/xlr_net.c |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/staging/netlogic/xlr_net.c
b/drivers/staging/netlogic/xlr_net.c
index e320d6b..3ad48a0 100644
--- a/drivers/staging/netlogic/xlr_net.c
+++ b/drivers/staging/netlogic/xlr_net.c
@
navin patidar (41):
staging: rtl8188eu: Rename hal_EfusePowerSwitch_RTL8188E()
staging: rtl8188eu: Remove rtl8188e_ReadEFuse()
staging: rtl8188eu: Remove unused function ReadEFuse_Pseudo()
staging: rtl8188eu: Remove rtl8188e_EfuseGetCurrentSize()
staging: rtl8188eu: Remove unused functio
Rename hal_EfusePowerSwitch_RTL8188E() to rtl8188e_EfusePowerSwitch() and
remove original rtl8188e_EfusePowerSwitch(), so that driver can call
hal_EfusePowerSwitch_RTL8188E() directly without going through
rtl8188e_EfusePowerSwitch().
Signed-off-by: navin patidar
---
drivers/staging/rtl8188eu/ha
rtl8188e_ReadEFuse() checks bool bPseudoTest and then calls suitable
function to read Fuse, ReadEFuseByIC() also does same thing.
So use ReadEFuseByIC() and drop rtl8188e_ReadEFuse().
Signed-off-by: navin patidar
---
drivers/staging/rtl8188eu/hal/rtl8188e_hal_init.c | 12 +---
1 file c
rtl8188e_EfuseGetCurrentSize() checks bool bPseudoTest and then calls suitable
function to get efuse size, hal_EfuseGetCurrentSize_8188e() also does same
thing.
So use hal_EfuseGetCurrentSize_8188e() and drop rtl8188e_EfuseGetCurrentSize().
Signed-off-by: navin patidar
---
drivers/staging/rtl81
Signed-off-by: navin patidar
---
drivers/staging/rtl8188eu/hal/rtl8188e_hal_init.c |5 -
1 file changed, 5 deletions(-)
diff --git a/drivers/staging/rtl8188eu/hal/rtl8188e_hal_init.c
b/drivers/staging/rtl8188eu/hal/rtl8188e_hal_init.c
index 1d6224a..b7066cb 100644
--- a/drivers/staging
Signed-off-by: navin patidar
---
drivers/staging/rtl8188eu/hal/rtl8188e_hal_init.c |8
1 file changed, 8 deletions(-)
diff --git a/drivers/staging/rtl8188eu/hal/rtl8188e_hal_init.c
b/drivers/staging/rtl8188eu/hal/rtl8188e_hal_init.c
index 84393aa..8bd7205 100644
--- a/drivers/stag
Definition of Hal_EFUSEGetEfuseDefinition_Pseudo88E() is identical
to Hal_EFUSEGetEfuseDefinition88E().
Signed-off-by: navin patidar
---
drivers/staging/rtl8188eu/hal/rtl8188e_hal_init.c | 65 -
1 file changed, 65 deletions(-)
diff --git a/drivers/staging/rtl8188eu/hal/rtl
Signed-off-by: navin patidar
---
drivers/staging/rtl8188eu/core/rtw_efuse.c | 10 ++
1 file changed, 2 insertions(+), 8 deletions(-)
diff --git a/drivers/staging/rtl8188eu/core/rtw_efuse.c
b/drivers/staging/rtl8188eu/core/rtw_efuse.c
index 7752efd..bae0fca 100644
--- a/drivers/stagin
Rename Hal_EFUSEGetEfuseDefinition88E() to rtl8188e_EFUSE_GetEfuseDefinition()
and remove original rtl8188e_EFUSE_GetEfuseDefinition(), so that driver can call
Hal_EFUSEGetEfuseDefinition88E() directly without going through
rtl8188e_EFUSE_GetEfuseDefinition().
Signed-off-by: navin patidar
---
dr
assign hal_EfusePgPacketRead_8188e() to ->Efuse_PgPacketRead directly
instead of going through many functions.
Signed-off-by: navin patidar
---
drivers/staging/rtl8188eu/hal/rtl8188e_hal_init.c | 29 +
1 file changed, 1 insertion(+), 28 deletions(-)
diff --git a/drivers/st
Assign rtl8188e_Efuse_WordEnableDataWrite() to ->Efuse_WordEnableDataWrite
instead of going through many functions.
Signed-off-by: navin patidar
---
drivers/staging/rtl8188eu/hal/rtl8188e_hal_init.c | 21 +
1 file changed, 1 insertion(+), 20 deletions(-)
diff --git a/drive
assign hal_EfusePgPacketWrite_8188e() to ->Efuse_PgPacketWrite directly
instead of going through many functions.
Signed-off-by: navin patidar
---
drivers/staging/rtl8188eu/hal/rtl8188e_hal_init.c | 29 +
drivers/staging/rtl8188eu/include/hal_intf.h |2 +-
2 files c
Rename rtl8188e_EFUSE_GetEfuseDefinition() to EFUSE_GetEfuseDefinition()
and remove original EFUSE_GetEfuseDefinition() function,
so that driver can call rtl8188e_EFUSE_GetEfuseDefinition() directly
without going through EFUSE_GetEfuseDefinition().
Signed-off-by: navin patidar
---
drivers/stagin
Rename hal_EfuseGetCurrentSize_8188e() to Efuse_GetCurrentSize()
and remove original Efuse_GetCurrentSize() function,
so that driver can call hal_EfuseGetCurrentSize_8188e() directly
without going through Efuse_GetCurrentSize().
Signed-off-by: navin patidar
---
drivers/staging/rtl8188eu/core/rtw
Rename rtl8188e_EfusePowerSwitch() to Efuse_PowerSwitch()
and remove original Efuse_PowerSwitch() function,
so that driver can call rtl8188e_EfusePowerSwitch() directly
without going through Efuse_PowerSwitch().
Signed-off-by: navin patidar
---
drivers/staging/rtl8188eu/core/rtw_efuse.c|
Rename Hal_EfuseWordEnableDataWrite() to Efuse_WordEnableDataWrite()
and remove original EFUSE_GetEfuseDefinition() function,
so that driver can call Hal_EfuseWordEnableDataWrite() directly
without going through Efuse_WordEnableDataWrite().
Signed-off-by: navin patidar
---
drivers/staging/rtl818
Hal_EfuseReadEFuse88E() is called in ReadEFuseByIC(), when bPseudoTest is true
but it's always false.
Signed-off-by: navin patidar
---
drivers/staging/rtl8188eu/hal/rtl8188e_hal_init.c | 136 -
1 file changed, 136 deletions(-)
diff --git a/drivers/staging/rtl8188eu/hal/rtl8
Rename ReadEFuseByIC() to efuse_ReadEFuse() and remove original
efuse_ReadEFuse() function, so that driver can call ReadEFuseByIC()
directly without going through efuse_ReadEFuse().
Signed-off-by: navin patidar
---
drivers/staging/rtl8188eu/core/rtw_efuse.c| 21 -
d
Rename hal_EfusePgPacketRead_8188e() to Efuse_PgPacketRead()
and remove original EFUSE_GetEfuseDefinition() function,
so that driver can call hal_EfusePgPacketRead_8188e() directly
without going through Efuse_PgPacketRead().
Signed-off-by: navin patidar
---
drivers/staging/rtl8188eu/core/rtw_efu
Efuse_Write1ByteToFakeContent() is used only in efuse_OneByteWrite(),
when pseudo is true, but pseudo is always false.
Signed-off-by: navin patidar
---
drivers/staging/rtl8188eu/core/rtw_efuse.c | 20
1 file changed, 20 deletions(-)
diff --git a/drivers/staging/rtl8188eu/
Rename hal_EfusePgPacketWrite_8188e() to Efuse_PgPacketWrite()
and remove original Efuse_PgPacketWrite() function,
so that driver can call hal_EfusePgPacketWrite_8188e() directly
without going through Efuse_PgPacketWrite().
Signed-off-by: navin patidar
---
drivers/staging/rtl8188eu/core/rtw_efus
rtl8188eu is not a wifi/bluetooth combo device, so remove bluetooth
related code.
Signed-off-by: navin patidar
---
drivers/staging/rtl8188eu/core/rtw_efuse.c | 97
drivers/staging/rtl8188eu/include/rtw_efuse.h |2 -
drivers/staging/rtl8188eu/os_dep/ioctl_linux
Signed-off-by: navin patidar
---
drivers/staging/rtl8188eu/core/rtw_efuse.c| 47 -
drivers/staging/rtl8188eu/include/rtw_efuse.h |1 -
2 files changed, 48 deletions(-)
diff --git a/drivers/staging/rtl8188eu/core/rtw_efuse.c
b/drivers/staging/rtl8188eu/core/rtw
Signed-off-by: navin patidar
---
drivers/staging/rtl8188eu/core/rtw_efuse.c|4 +--
drivers/staging/rtl8188eu/hal/rtl8188e_hal_init.c | 28 ++---
drivers/staging/rtl8188eu/include/rtw_efuse.h |2 +-
3 files changed, 17 insertions(+), 17 deletions(-)
diff --g
Efuse_Read1ByteFromFakeContent() is never called because pseudo
is always false in Efuse_CalculateWordCnts() and efuse_OneByteRead().
Signed-off-by: navin patidar
---
drivers/staging/rtl8188eu/core/rtw_efuse.c | 23 ---
1 file changed, 23 deletions(-)
diff --git a/drivers/
Signed-off-by: navin patidar
---
drivers/staging/rtl8188eu/core/rtw_efuse.c |9 -
drivers/staging/rtl8188eu/include/hal_intf.h |3 ---
2 files changed, 12 deletions(-)
diff --git a/drivers/staging/rtl8188eu/core/rtw_efuse.c
b/drivers/staging/rtl8188eu/core/rtw_efuse.c
index 9
rtl8188eu is not a wifi/bluetooth combo device, so remove bluetooth
related code.
Signed-off-by: navin patidar
---
drivers/staging/rtl8188eu/core/rtw_efuse.c | 17 --
drivers/staging/rtl8188eu/include/rtw_efuse.h |2 -
drivers/staging/rtl8188eu/os_dep/ioctl_linux.c | 78
Signed-off-by: navin patidar
---
drivers/staging/rtl8188eu/core/rtw_efuse.c| 59 -
drivers/staging/rtl8188eu/include/rtw_efuse.h |1 -
2 files changed, 60 deletions(-)
diff --git a/drivers/staging/rtl8188eu/core/rtw_efuse.c
b/drivers/staging/rtl8188eu/core/rtw
Signed-off-by: navin patidar
---
drivers/staging/rtl8188eu/core/rtw_efuse.c|4 +-
drivers/staging/rtl8188eu/hal/rtl8188e_hal_init.c | 44 ++---
drivers/staging/rtl8188eu/include/rtw_efuse.h |2 +-
3 files changed, 25 insertions(+), 25 deletions(-)
diff --gi
Signed-off-by: navin patidar
---
drivers/staging/rtl8188eu/core/rtw_efuse.c | 18 --
1 file changed, 18 deletions(-)
diff --git a/drivers/staging/rtl8188eu/core/rtw_efuse.c
b/drivers/staging/rtl8188eu/core/rtw_efuse.c
index a0204ed..26d1d51 100644
--- a/drivers/staging/rtl818
Signed-off-by: navin patidar
---
drivers/staging/rtl8188eu/hal/rtl8188e_hal_init.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/rtl8188eu/hal/rtl8188e_hal_init.c
b/drivers/staging/rtl8188eu/hal/rtl8188e_hal_init.c
index 1945099..ed9e42c 100644
--- a/dri
Signed-off-by: navin patidar
---
drivers/staging/rtl8188eu/include/rtw_efuse.h | 18 --
1 file changed, 18 deletions(-)
diff --git a/drivers/staging/rtl8188eu/include/rtw_efuse.h
b/drivers/staging/rtl8188eu/include/rtw_efuse.h
index 00f8797..b608b92 100644
--- a/drivers/stagi
Signed-off-by: navin patidar
---
drivers/staging/rtl8188eu/hal/rtl8188e_hal_init.c |8
drivers/staging/rtl8188eu/include/rtw_efuse.h |2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/drivers/staging/rtl8188eu/hal/rtl8188e_hal_init.c
b/drivers/staging/rtl
In most of the functions bPseudoTest is not used and in remaining ones
it's always false.
Signed-off-by: navin patidar
---
drivers/staging/rtl8188eu/core/rtw_efuse.c|2 +-
drivers/staging/rtl8188eu/core/rtw_mp_ioctl.c |4 +-
drivers/staging/rtl8188eu/hal/rtl8188e_hal_init.c |
bPseudoTest is always false.
Signed-off-by: navin patidar
---
drivers/staging/rtl8188eu/core/rtw_efuse.c|4 ++--
drivers/staging/rtl8188eu/hal/rtl8188e_hal_init.c | 20 ++--
drivers/staging/rtl8188eu/include/rtw_efuse.h |2 +-
3 files changed, 9 insertions(+
Signed-off-by: navin patidar
---
drivers/staging/rtl8188eu/core/rtw_efuse.c|3 +--
drivers/staging/rtl8188eu/hal/rtl8188e_hal_init.c |4 ++--
drivers/staging/rtl8188eu/include/rtw_efuse.h |2 +-
3 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/drivers/stagin
Signed-off-by: navin patidar
---
drivers/staging/rtl8188eu/core/rtw_efuse.c | 125 ++--
1 file changed, 24 insertions(+), 101 deletions(-)
diff --git a/drivers/staging/rtl8188eu/core/rtw_efuse.c
b/drivers/staging/rtl8188eu/core/rtw_efuse.c
index 26d1d51..7eb8946 100644
Signed-off-by: navin patidar
---
drivers/staging/rtl8188eu/core/rtw_efuse.c| 871
drivers/staging/rtl8188eu/hal/rtl8188e_hal_init.c | 875 +
drivers/staging/rtl8188eu/include/rtl8188e_hal.h |2 +
3 files changed, 875 insertions(+), 873 dele
Signed-off-by: navin patidar
---
drivers/staging/rtl8188eu/core/rtw_efuse.c |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/rtl8188eu/core/rtw_efuse.c
b/drivers/staging/rtl8188eu/core/rtw_efuse.c
index dfbb774..c7ea214 100644
--- a/drivers/staging/rtl8
Signed-off-by: navin patidar
---
drivers/staging/rtl8188eu/hal/rtl8188e_hal_init.c | 19 ---
1 file changed, 19 deletions(-)
diff --git a/drivers/staging/rtl8188eu/hal/rtl8188e_hal_init.c
b/drivers/staging/rtl8188eu/hal/rtl8188e_hal_init.c
index 0de4a91..cf94e46 100644
--- a/
Signed-off-by: navin patidar
---
drivers/staging/rtl8188eu/hal/rtl8188e_hal_init.c |8 ++--
1 file changed, 2 insertions(+), 6 deletions(-)
diff --git a/drivers/staging/rtl8188eu/hal/rtl8188e_hal_init.c
b/drivers/staging/rtl8188eu/hal/rtl8188e_hal_init.c
index cf94e46..10ff404 100644
-
On Fri, Jun 20, 2014 at 02:34:26PM +0300, Dan Carpenter wrote:
> On Fri, Jun 20, 2014 at 01:16:17PM +0200, Lubomir Rintel wrote:
> > Fixes the following sparse warnings:
> >
> > crystalhd/crystalhd_lnx.c:227:61: warning: incorrect type in argument 3
> > (different base types)
> > crystalhd/cr
test is always false.
Signed-off-by: navin patidar
---
drivers/staging/rtl8188eu/core/rtw_efuse.c|2 +-
drivers/staging/rtl8188eu/hal/rtl8188e_hal_init.c | 16 +---
drivers/staging/rtl8188eu/include/rtw_efuse.h |2 +-
3 files changed, 7 insertions(+), 13 deletio
On Fri, Jun 20, 2014 at 10:50:09AM -0400, rbasukala wrote:
> ---
> drivers/staging/netlogic/xlr_net.c |1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/drivers/staging/netlogic/xlr_net.c
> b/drivers/staging/netlogic/xlr_net.c
> index e320d6b..3ad48a0 100644
> --- a/dr
On Fri, Jun 20, 2014 at 06:23:17AM -0700, Vincent Heuken wrote:
> This is a patch to the serqt_usb2.c file that fixes two instances
> of the following checkpatch.pl warning:
> WARNING: else is not generally useful after a break or return
>
> Signed-off-by: Vincent Heuken
> ---
> drivers/staging/
Signed-off-by: rbasukala
---
drivers/staging/netlogic/xlr_net.c |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/staging/netlogic/xlr_net.c
b/drivers/staging/netlogic/xlr_net.c
index e320d6b..3ad48a0 100644
--- a/drivers/staging/netlogic/xlr_net.c
+++ b/drivers/st
Hi Willy,
I'm helping Greg do a bit of cleanup in the staging tree. I noticed that
nobody seems to have worked towards moving panel out of staging in over
a year. Are there any plans to clean it up and move it out soon? Because
otherwise we're going to have to delete the driver, as we don't want
s
Hi Larry and Florian,
I'm helping Greg do a bit of cleanup in the staging tree. I noticed that
nobody seems to have worked towards moving rtl8712 out of staging in
over a year. Are there any plans to clean it up and move it out soon?
Because otherwise we're going to have to delete the driver, as w
Hi Omar,
I'm helping Greg do a bit of cleanup in the staging tree. I noticed that
nobody seems to have worked towards moving tidspbridge out of staging in
over a year. Are there any plans to clean it up and move it out soon?
Because otherwise we're going to have to delete the driver, as we don't
w
Hi Pavel,
I'm helping Greg do a bit of cleanup in the staging tree. I noticed that
nobody seems to have worked towards moving winbond out of staging in
over a year. Are there any plans to clean it up and move it out soon?
Because otherwise we're going to have to delete the driver, as we don't
want
On Fri, Jun 20, 2014 at 11:25:58AM -0400, rbasukala wrote:
> Signed-off-by: rbasukala
> ---
> drivers/staging/netlogic/xlr_net.c |1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/drivers/staging/netlogic/xlr_net.c
> b/drivers/staging/netlogic/xlr_net.c
> index e320d6
On 20/06/14 18:43, Kristina Martšenko wrote:
> Hi Omar,
>
> I'm helping Greg do a bit of cleanup in the staging tree. I noticed that
> nobody seems to have worked towards moving tidspbridge out of staging in
> over a year. Are there any plans to clean it up and move it out soon?
> Because otherwis
> -Original Message-
> From: Greg KH [mailto:g...@kroah.com]
> Sent: Friday, June 20, 2014 1:12 AM
> To: Olaf Hering
> Cc: Haiyang Zhang; net...@vger.kernel.org; jasow...@redhat.com;
> driverdev-devel@linuxdriverproject.org; linux-ker...@vger.kernel.org;
> da...@davemloft.net
> Subject: R
Hi Henk,
I'm helping Greg do a bit of cleanup in the staging tree. I noticed that
nobody seems to have worked towards moving wlags49_h2(5) out of staging
in over a year. Are there any plans to clean it up and move it out soon?
Because otherwise we're going to have to delete the driver, as we don't
as already fixed it and Greg has applied it to his
>> staging-next branch. It should wend it's merry way to linux-next in the
>> not-too-distant future.
>
> Thanks, good to hear that!
Geert / Ian,
The patches to fix this are in next-20140620.
Sorry for the trouble,
Hartley
> -Original Message-
> From: Dan Carpenter [mailto:dan.carpen...@oracle.com]
> Sent: Friday, June 20, 2014 4:42 AM
> To: Haiyang Zhang
> Cc: da...@davemloft.net; net...@vger.kernel.org; o...@aepfle.de;
> jasow...@redhat.com; driverdev-devel@linuxdriverproject.org; linux-
> ker...@vger.ker
This is a patch to the serqt_usb2.c file that fixes two instances
of the following checkpatch.pl warning:
WARNING: else is not generally useful after a break or return
Signed-off-by: Vincent Heuken
---
drivers/staging/serqt_usb2/serqt_usb2.c | 47 +
1 file changed
This patch is old I thought I fixed it and resent.
Cheers Nick
On Thu, Jun 19, 2014 at 5:25 PM, Joe Perches wrote:
> On Thu, 2014-06-19 at 15:29 -0400, Nicholas Krause wrote:
>
>> diff --git a/drivers/staging/rtl8192e/rtl8192e/r8192E_firmware.c
>> b/drivers/staging/rtl8192e/rtl8192e/r8192E_firmw
On Fri, Jun 20, 2014 at 09:31:28AM -0700, Vincent Heuken wrote:
> This is a patch to the serqt_usb2.c file that fixes two instances
> of the following checkpatch.pl warning:
> WARNING: else is not generally useful after a break or return
>
> Signed-off-by: Vincent Heuken
> ---
> drivers/staging/
This is a patch to the serqt_usb2.c file that fixes three instances
of the following checkpatch.pl warning:
WARNING: else is not generally useful after a break or return
Signed-off-by: Vincent Heuken
---
drivers/staging/serqt_usb2/serqt_usb2.c | 45 -
1 file chang
Hi Stephen,
I'm helping Greg do a bit of cleanup in the staging tree. I noticed that
nobody seems to have worked towards moving bcm out of staging in over a
year. Are there any plans to clean it up and move it out soon? Because
otherwise we're going to have to delete the driver, as we don't want
s
Checks for Null return from dev_skb_alloc if it returns Null,
fw_download returns false. Otherwise it returns true.Also
removed rt_status due to returning true of false directly.
Signed-off-by: Nicholas Krause
---
drivers/staging/rtl8192e/rtl8192e/r8192E_firmware.c | 7 ---
1 file changed, 4
Hi Kristina,
On Fri, Jun 20, 2014 at 06:35:03PM +0300, Kristina Mart?enko wrote:
> Hi Willy,
>
> I'm helping Greg do a bit of cleanup in the staging tree. I noticed that
> nobody seems to have worked towards moving panel out of staging in over
> a year. Are there any plans to clean it up and move
Rewrites the wireless check for legacy checking in function
halbtc_legacy to check for both Mode A and B.
Signed-off-by: Nicholas Krause
---
drivers/staging/rtl8821ae/btcoexist/halbtcoutsrc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/rtl8821ae/btcoexist/
On Fri, 20 Jun 2014 19:49:33 +0300
Kristina Martšenko wrote:
> Hi Stephen,
>
> I'm helping Greg do a bit of cleanup in the staging tree. I noticed that
> nobody seems to have worked towards moving bcm out of staging in over a
> year. Are there any plans to clean it up and move it out soon? Becau
On 06/20/2014 10:40 AM, Kristina Martšenko wrote:
Hi Larry and Florian,
I'm helping Greg do a bit of cleanup in the staging tree. I noticed that
nobody seems to have worked towards moving rtl8712 out of staging in
over a year. Are there any plans to clean it up and move it out soon?
Because othe
As pointed out by Ian Abbott, the INSN_CONFIG_SET_CLOCK_SRC options should
be exposed in the user header comedi.h.
Signed-off-by: H Hartley Sweeten
Cc: Ian Abbott
Cc: Greg Kroah-Hartman
---
drivers/staging/comedi/comedi.h | 11 ++
drivers/staging/comedi/drivers/ke_counter.c
Fixed the following warnings issued by checkpatch.pl
WARNING: please, no space before tabs
Signed-off-by: Chaitanya Hazarey
---
drivers/staging/rtl8192u/r8192U_wx.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/rtl8192u/r8192U_wx.c
b/drivers/staging/rt
Fixed some of the following warning generated by checkpatch.pl:
WARNING: Missing a blank line after declarations
Signed-off-by: Chaitanya Hazarey
---
drivers/staging/rtl8192u/r8192U_wx.c | 13 -
1 file changed, 12 insertions(+), 1 deletion(-)
diff --git a/drivers/staging/rtl8192u/r
Fixed the following error reported by running checkpatch.pl
ERROR: trailing whitespace
Signed-off-by: Chaitanya Hazarey
---
drivers/staging/rtl8192u/r8192U_wx.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/rtl8192u/r8192U_wx.c
b/drivers/staging/rtl8192u/r
1 - 100 of 228 matches
Mail list logo