With the last few commits, the DCON will now properly build. As such,
drop the dep on CONFIG_BROKEN.
[Note: this is for the -mm tree, to be applied on top of the other DCON
patches.]
Signed-off-by: Andres Salomon
---
drivers/staging/olpc_dcon/Kconfig |2 +-
1 files changed, 1 insertions(+
This patch fixes gcc's complaints about the wrong format string for
size_t arguments:
"format '%x' expects type 'unsigned int', but argument has type
'size_t'"
Signed-off-by: Peter Huewe
---
KernelVersion: linux-next-20101202
drivers/staging/sep/sep_driver.c | 12 ++--
1 files changed
This patch fixes the warning generated by sparse: "Using plain integer
as NULL pointer" by replacing the offending 0s with NULL.
Signed-off-by: Peter Huewe
---
KernelVersion: linux-next-20101202
drivers/staging/sep/sep_driver.c | 38 +++---
1 files changed, 19
This patch fixes the warning generated by sparse: 'do-while statement is
not a compound statement' by adding the necessary brackets around the do
block
Signed-off-by: Peter Huewe
---
KernelVersion: linux-next-20101202
drivers/staging/sep/sep_dev.h|4 ++--
drivers/staging/sep/sep_driver.
Signed-off-by: Brett Rudley
---
drivers/staging/brcm80211/include/osl.h | 16 ++--
1 files changed, 2 insertions(+), 14 deletions(-)
diff --git a/drivers/staging/brcm80211/include/osl.h
b/drivers/staging/brcm80211/include/osl.h
index 662b519..c2fa297 100644
--- a/drivers/staging/
Move code from linux_osl.h into osl.h and delete linux_osl.h, which
created a bunch of checkpatch errors...
I fixed most but volatile warnings will have to be dealt with later.
Signed-off-by: Brett Rudley
---
drivers/staging/brcm80211/include/linux_osl.h | 270 -
drivers
On Wed, Dec 01, 2010 at 10:57:28AM +0100, Gábor Stefanik wrote:
> On Wed, Dec 1, 2010 at 5:32 AM, Brett Rudley wrote:
> > s/bcmp/memset/
>
> s/memset/memcmp/
Thanks, I edited this before applying it.
greg k-h
___
devel mailing list
devel@linuxdriverpr
On Wed, Dec 01, 2010 at 09:38:31PM +0100, Roland Vossen wrote:
> Fix for Bugzilla 21872.
What bugzilla? kernel.org or some other one?
> New function wl_check_firmwares() checks validity of
> all firmware images loaded from user space.
Should this go into .37 and previous kernels?
thanks,
greg
On Wed, Dec 01, 2010 at 09:37:34PM +0100, Roland Vossen wrote:
> Part of the code cleanup effort. CodingStyle doc advises to restrict the usage
> of typedefs. Also moved several function declarations from .c to .h file
> because this typedef replace operation induced checkpatch.pl warnings.
I'll t
On Mon, Nov 29, 2010 at 10:31:18PM +0100, Peter Huewe wrote:
> This patch fixes the warning generated by sparse: 'do-while statement is
> not a compound statement' by adding the necessary brackets around the do
> block
This, and your other patches, no longer apply to the linux-next tree.
Care to
Fix for Bugzilla 21872. New function wl_check_firmwares() checks validity of
all firmware images loaded from user space.
Signed-off-by: Roland Vossen
---
drivers/staging/brcm80211/sys/wl_mac80211.c | 54 ++-
drivers/staging/brcm80211/sys/wl_ucode.h|4 ++
dri
Part of the code cleanup effort. CodingStyle doc advises to restrict the usage
of typedefs. Also moved several function declarations from .c to .h file
because this typedef replace operation induced checkpatch.pl warnings.
Signed-off-by: Roland Vossen
---
drivers/staging/brcm80211/brcmfmac/wl_iw
|1 +
drivers/staging/brcm80211/util/bcmotp.c |1 +
drivers/staging/brcm80211/util/hndpmu.c |1 +
drivers/staging/brcm80211/util/nicpci.c |1 +
drivers/staging/brcm80211/util/siutils.c|1 +
8 files changed, 8 insertions(+)
--- linux-next-20101201.orig/drivers/s
This patch checks the return code of kmalloc when trying to allocate memory
for priv->rx_urb in rtl8192_usb_initendpoints(), return -ENOMEM when failed.
Signed-off-by: David Chosrova
---
Compiled
diff --git a/drivers/staging/rtl8192u/r8192U_core.c
b/drivers/staging/rtl8192u/r8192U_core.c
in
On Wed, Dec 1, 2010 at 5:32 AM, Brett Rudley wrote:
> s/bcmp/memset/
s/memset/memcmp/
>
> Signed-off-by: Brett Rudley
> ---
> drivers/staging/brcm80211/brcmfmac/dhd_common.c | 2 +-
> drivers/staging/brcm80211/brcmfmac/wl_iw.c | 8
> drivers/staging/brcm80211/include/linux_
On Wed, Dec 1, 2010 at 5:06 AM, Greg KH wrote:
> On Mon, Nov 29, 2010 at 09:08:07PM +0100, Belisko Marek wrote:
>> On Mon, Nov 29, 2010 at 8:44 PM, Greg KH wrote:
>> > On Wed, Nov 24, 2010 at 10:16:36AM +0100, Belisko Marek wrote:
>> >> On Tue, Nov 23, 2010 at 10:28 PM, Jiri Slaby wrote:
>> >> >
16 matches
Mail list logo