Staging: wlan-ng: Fix 80 character limit warnings Fixed 2 warnings identified by the checkpatch.pl tool which occured due to two lines of code going over the 80 character limit. Fixed by wrapping the lines. Signed-off-by: Jim Dog <jimdog@
No probs, i'll sort it tomorrow and resubmit it -original message- Subject: Re: [PATCH] Staging: wlan-ng: Fix 80 character limit warnings Fixed 2 warnings identified by the checkpatch.pl tool which occured due to two lines of code going over the 80 character limit. Fixed by wrapping the lines. Signed-off-by: Jim... 23 Feb 2010 11:17
[PATCH] iTCO_wdt: Don't stop on shutdown with nowayout
Currently, the watchdog is turned off when the system shuts down or the module is unloaded. If nowayout has been selected, this makes no sense and fails to restart the system if it hangs during reboot, so make it conditional. Signed-off-by: Simon Kagstrom <simon.kagstrom(a)netinsight.net> --- We have a system whi... 23 Feb 2010 11:17
[29/93] fs/exec.c: restrict initial stack space expansion to rlimit
On Sun, Feb 21, 2010 at 05:42:44PM +1100, Michael Neuling wrote: In message <20100219163238.671588178(a)kvm.kroah.org> you wrote: 2.6.32-stable review patch. If anyone has any objections, please let us know . ------------------ From: Michael Neuling <mikey(a)neuling.org> commit ... 23 Feb 2010 11:17
Staging: wlan-ng: Fix 80 character limit warnings Fixed 2 warnings identified by the checkpatch.pl tool which occured due to two lines of code going over the 80 character limit. Fixed by wrapping the lines. Signed-off-by: Jim Dog <jimdog@
On Sun, 2010-02-21 at 16:06 +0100, Gábor Stefanik wrote: +/* + {PRISM_USB_DEVICE(0x0ace, 0x1201, "ZyDAS ZD1201 Wireless USB Adapter")}, +*/ Why is this even included? We do have support for this in zd1201, and I'm pretty sure wlan-ng doesn't actually handle it. In that case, let's ... 23 Feb 2010 10:09
ftrace: pass KBUILD_CFLAGS to record_mcount.pl
On Sun, 2010-02-14 at 01:18 +0530, Rabin Vincent wrote: On ARM, we have two ABIs, and the ABI used is controlled via a config option. Object files built with one ABI can't be merged with object files built with the other ABI. So, record_mcount.pl needs to use the same compiler flags as the kernel when gen... 31 Mar 2010 15:27
ARM: ftrace: allow building without frame pointers
On Mon, 2010-02-22 at 20:05 +0100, Frederic Weisbecker wrote: Btw, you described that mcount is used in some gcc versions and __gnu_mcount_nc in newers. Shouldn't we have a gcc version dependency here? (not sure we can do this from Kconfig though). Maybe we can add something to recordmcount.pl?... 17 Mar 2010 12:29
[PATCH 3/6] ldisc n_tty: add new method n_tty_inherit_ops()
This new method can be used to init a new struct tty_ldisc_ops as the default tty_ldisc_N_TTY struct. Signed-off-by: Rodolfo Giometti <giometti(a)linux.it> --- drivers/char/n_tty.c | 17 +++++++++++++++++ include/linux/tty.h | 1 + 2 files changed, 18 insertions(+), 0 deletions(-) diff --git a/drivers/c... 23 Feb 2010 07:55
[PATCH 6/6] serial amba-pl010: enable PPS support.
Function pl010_enable_ms() is automagically called when PPS ldisc is selected. Signed-off-by: Rodolfo Giometti <giometti(a)linux.it> --- drivers/serial/amba-pl010.c | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) diff --git a/drivers/serial/amba-pl010.c b/drivers/serial/amba-pl010.c ... 23 Feb 2010 07:55
[patch] uwb: remove duplicate cpu_to_le16()
These parameters should be passed as cpu endian because we change it to little endian inside usb_control_msg(). On x86 cpu_to_le16() doesn't do anything so either way works but I think the original code would break on big endian systems. I removed the masks as well because that usb_control_msg() parameters ar... 23 Feb 2010 07:55
[PATCH 1/2] mfd: Use completion interrupt for WM835x AUXADC
Use the completion interrupt generated by the device rather than polling for conversions to complete. As a backup we still check the state of the AUXADC if we don't get a completion, mostly for systems that don't have the WM8350 interrupt infrastructure hooked up. Signed-off-by: Mark Brown <broonie(a)opensource.wo... 23 Feb 2010 06:49