First
|
Prev |
Next
|
Last
Pages: 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 1944
[PATCH 1/4] pci/dmar: Combine the BIOS DMAR table warning messages We have nearly the same code for warnings repeated four times. Move it into a separate function. Signed-off-by: Ben Hutchings <ben(a)decadent.org.uk> --- drivers/pci/dmar.c | 48 ++++++++++++++---------------------------------- 1 files changed, 14 insertions(+), 34 deletions(-) diff --git a/drivers/pci/dmar... 20 Mar 2010 19:58
[PATCH] input: mt: clarify the no-finger event The current documentation does not explicitly specify how to report zero fingers, leaving a potential problem in the driver implementations and giving no parsing directive to userland. This patch defines two equally valid ways. Signed-off-by: Henrik Rydberg <rydberg(a)euromail.se> --- Documentation/input/multi-t... 20 Mar 2010 18:51
power/ds2782: really clear i2c_clientdata on exit Wolfram Sang wrote: Probably due to a copy & paste bug, clientdata was set again to the data structure (which is freed immediately afterwards) when it should be NULLed. Good catch. Thanks. Acked-by: Ryan Mallon <ryan(a)bluewatersys.com> Signed-off-by: Wolfram Sang <w.sang(a)pengutronix.de> Cc: Ryan Mall... 30 Mar 2010 09:24
kconfig: recalc symbol value before showing search results On Fri, 2010-03-19 at 14:57 +0800, Li Zefan wrote: A symbol's value won't be recalc-ed until we save config file or enter the menu where the symbol sits. So If I enable OPTIMIZE_FOR_SIZE, and search FUNCTION_GRAPH_TRACER: Symbol: FUNCTION_GRAPH_TRACER [=y] Prompt: Kernel Function Graph Tracer... 20 Mar 2010 18:51
uImage: Allow to specify MKIMAGE On Sat, Mar 20, 2010 at 14:49, Paulius Zaleckas wrote: --- a/arch/blackfin/boot/Makefile +++ b/arch/blackfin/boot/Makefile @@ -6,7 +6,7 @@ # for more details. # -MKIMAGE := $(srctree)/scripts/mkuboot.sh +MKIMAGE := $(CONFIG_SHELL) $(srctree)/scripts/mkuboot.sh targets := vmImage vmImage... 23 Mar 2010 04:32
checkpatch: list.h Vladimir Kondratiev <vladimir.kondratiev(a)gmail.com> writes: Hi, I'd like to clean up (make checkpatch happy) at least most useful headers. Following is patch that cleans list.h If it is welcomed, I'll continue this effort. Fixing a bug or two would be more welcomed. Just pick an easy lookin... 20 Mar 2010 16:36
usb/otg/isp1301_omap: Fix dangling pointer On Sat, Mar 20, 2010 at 03:12:44PM +0100, Wolfram Sang wrote: Fix this i2c-driver which missed setting clientdata to NULL before freeing the structure it points to. Found by a semantic patch, but fixed by hand. Signed-off-by: Wolfram Sang <w.sang(a)pengutronix.de> Cc: David Brownell <dbrownell(a)users.sourc... 30 Mar 2010 09:24
input/keyboard: fix dangling pointers Hi Wolfram, On Sat, Mar 20, 2010 at 03:12:47PM +0100, Wolfram Sang wrote: Fix I2C-drivers which missed setting clientdata to NULL before freeing the structure it points to. Also fix drivers which do this _after_ the structure was freed already. I am not sure if setting clientdata to NULL before freei... 30 Mar 2010 09:24
[PATCH 7/9] Staging: comedi: cb_das16_cs: fixed multiple brace coding style issue Fixed multiple coding style issue Signed-off-by: Jason Wong <tsanghan(a)gmail.com> --- drivers/staging/comedi/drivers/cb_das16_cs.c | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/staging/comedi/drivers/cb_das16_cs.c b/drivers/staging/comedi/drivers/cb_das16_cs.c inde... 20 Mar 2010 14:20
[PATCH 6/9] Staging: comedi: adv_pci_dio: fixed multiple brace coding style issue Fixed multiple coding style issue. Signed-off-by: Jason Wong <tsanghan(a)gmail.com> --- drivers/staging/comedi/drivers/adv_pci_dio.c | 34 +++++++++++++------------- 1 files changed, 17 insertions(+), 17 deletions(-) diff --git a/drivers/staging/comedi/drivers/adv_pci_dio.c b/drivers/staging/comedi/drivers/ad... 20 Mar 2010 14:20 |