First  |  Prev |  Next  |  Last
Pages: 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438
Staging: comedi: comedidev: Fixed a macro definition code style issue
On 07/23/2010 08:11 AM, Michael Jensen wrote: Fixed a code style issue. Signed-off-by: Michael Jensen <emjay1988(a)gmail.com> --- drivers/staging/comedi/comedidev.h | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/drivers/staging/comedi/comedidev.h b/drivers/staging... 23 Jul 2010 07:00
i2c: QUP based bus driver for Qualcomm MSM chipsets
Hi Ken, On 7/23/2010 8:17 AM, Kenneth Heitke wrote: This bus driver supports the QUP i2c hardware controller in the Qualcomm MSM SOCs. The Qualcomm Universal Peripheral Engine (QUP) is a general purpose data path engine with input/output FIFOs and an embedded i2c mini-core. The driver supports FIFO mode... 11 Aug 2010 22:29
linux-next: Tree for July 23
Hi all, Changes since 20100722: New tree: xen Dropped tree: xen (build problems) Linus' tree lost its build failure. The sound tree lost a conflict. The kgdb tree gained a conflict against Linus' tree. The catalin tree gained conflicts against the arm tree. The xen tree gained build problems so ... 23 Jul 2010 03:48
[PATCH] Staging: comedi: comedidev: Fixed a macro definition code style issue
Fixed a code style issue. Signed-off-by: Michael Jensen <emjay1988(a)gmail.com> --- drivers/staging/comedi/comedidev.h | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/drivers/staging/comedi/comedidev.h b/drivers/staging/comedi/comedidev.h index 4eb2b77..a46e859 100644 --- a/drive... 23 Jul 2010 02:43
[PATCH] support multiple .discard.* sections to avoid section type conflicts
gcc 4.4.4 will complain if you use a .discard section for both text and data ("causes a section type conflict"). Add support for ".discard.*" sections, and use .discard.text for a dummy function in the x86 RESERVE_BRK() macro. Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge(a)citrix.com> diff --git a/ar... 23 Jul 2010 02:43
[PATCH v2 10/12] wm8974: fix a memory leak if another WM8974 is registered
wm8974 is allocated in wm8974_i2c_probe() but is not freed if wm8974_register() return -EINVAL (if another WM8974 is registered). Signed-off-by: Axel Lin <axel.lin(a)gmail.com> --- sound/soc/codecs/wm8974.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/sound/soc/codecs/wm8974.c b/so... 23 Jul 2010 02:43
[PATCH v2 12/12] wm9081: fix resource reclaim in wm9081_register error path
This patch fixes the error path in wm9081_register to properly free resources. Signed-off-by: Axel Lin <axel.lin(a)gmail.com> --- sound/soc/codecs/wm9081.c | 11 ++++++----- 1 files changed, 6 insertions(+), 5 deletions(-) diff --git a/sound/soc/codecs/wm9081.c b/sound/soc/codecs/wm9081.c index 13186fb..76b3... 23 Jul 2010 02:43
[PATCH v2 07/12] wm8940: fix a memory leak if wm8940_register return error
This patch adds checking for wm8940_register return value, and does kfree(wm8940) if wm8940_register() fail. Signed-off-by: Axel Lin <axel.lin(a)gmail.com> --- sound/soc/codecs/wm8940.c | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/sound/soc/codecs/wm8940.c b/sound/soc/codecs/wm... 23 Jul 2010 02:43
[PATCH v2 02/12] ak4642: fix a memory leak if failed to initialise AK4642
ak4642 should be kfreed if ak4642_init() return error. Signed-off-by: Axel Lin <axel.lin(a)gmail.com> Reviewed-by: Kuninori Morimoto <kuninori.morimoto.gx(a)renesas.com> --- sound/soc/codecs/ak4642.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/sound/soc/codecs/ak4642.c b/sound/soc/... 23 Jul 2010 02:43
[PATCH v2 05/12] wm8711: fix a memory leak if another WM8711 is registered
wm8711 is allocated in either wm8711_spi_probe() or wm8711_i2c_probe() but is not freed if wm8711_register() return -EINVAL(if another ad1836 is registered). Signed-off-by: Axel Lin <axel.lin(a)gmail.com> --- sound/soc/codecs/wm8711.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/so... 23 Jul 2010 02:43
First  |  Prev |  Next  |  Last
Pages: 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438