First  |  Prev |  Next  |  Last
Pages: 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642
[PATCH 1/3] trivial: fix typos concerning "empty"
Signed-off-by: Uwe Kleine-König <u.kleine-koenig(a)pengutronix.de> --- Documentation/scsi/ChangeLog.lpfc | 2 +- arch/arm/plat-mxc/dma-mx1-mx2.c | 2 +- drivers/scsi/aic7xxx_old/aic7xxx.seq | 2 +- drivers/serial/nwpserial.c | 2 +- sound/usb/pcm.c | 2 +- 5 f... 12 Jul 2010 11:48
Add intel drm blacklist to intel_opregion_present detect
Hi Mattew, 於 一,2010-07-12 於 03:27 +0100,Matthew Garrett 提到: On Sun, Jul 11, 2010 at 08:12:57PM -0600, Joey Lee wrote: He tested the drm blacklist patch can works fine on his computer, it's also works on VESA mode because the acpi _BCM, _BQC direct change brightness by opregion. Sorry,... 13 Jul 2010 04:21
[PATCH] remove unnecesary while loop in ext2_xattr_get
Hi, In ext2_xattr_get, we'll check the xattr entry one by one in the following loop: entry = FIRST_ENTRY(bh); while (!IS_LAST_ENTRY(entry)) { struct ext2_xattr_entry *next = EXT2_XATTR_NEXT(entry); if ((char *)next >= end) ... 12 Jul 2010 11:48
Cleancache: shim to Xen Transcendent Memory
On Thu, Jul 08, 2010 at 09:42:08AM -0700, Dan Magenheimer wrote: Signed-off-by: Dan Magenheimer <dan.magenheimer(a)oracle.com> One nitpick: ... + +int tmem_enabled; + +static int __init enable_tmem(char *s) +{ + tmem_enabled = 1; + return 1; +} + +__setup("tmem", enable_tmem); Perh... 12 Jul 2010 11:48
staging: mrst-touchscreen: fix leaks
On Mon, 12 Jul 2010 18:48:04 +0400 Kulikov Vasiliy <segooon(a)gmail.com> wrote: mrstouch_probe() must unregister input device, free requested IRQ and input device in error path. It does indeed need to do some of this but your patch is versus an older version of the driver and Dmitry already fixed this - plus... 12 Jul 2010 11:48
[PATCH] staging: usbip: fix memory leak
sdev should be freed if stub_add_files() failed. Signed-off-by: Kulikov Vasiliy <segooon(a)gmail.com> --- drivers/staging/usbip/stub_dev.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/drivers/staging/usbip/stub_dev.c b/drivers/staging/usbip/stub_dev.c index 3f95605..1f40851 100644 ... 12 Jul 2010 11:48
[RFC] perf: Show Potential probe points.
Em Mon, Jul 12, 2010 at 04:04:32PM +0530, Srikar Dronamraju escreveu: Introduces an option to list potential probes to probe using perf probe command. Also introduces an option to limit the dso to list the potential probes. Listing of potential probes is sorted by dso and alphabetical order. Show all p... 12 Jul 2010 11:48
[PATCH] Staging: line6: fix leaks in line6_probe()
If error occurs line6_probe() must put interface and usbdev that were got before. Signed-off-by: Kulikov Vasiliy <segooon(a)gmail.com> --- drivers/staging/line6/driver.c | 68 ++++++++++++++++++++++++---------------- 1 files changed, 41 insertions(+), 27 deletions(-) diff --git a/drivers/staging/line6/driver... 12 Jul 2010 11:48
[PATCH] Staging: panel: fix memory leak
panel_bind_key() must free allocated memory. Signed-off-by: Kulikov Vasiliy <segooon(a)gmail.com> --- drivers/staging/panel/panel.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/drivers/staging/panel/panel.c b/drivers/staging/panel/panel.c index 3154ffe..0fa910d 100644 --- a/drive... 12 Jul 2010 11:48
[PATCH] staging: mrst-touchscreen: fix leaks
mrstouch_probe() must unregister input device, free requested IRQ and input device in error path. Signed-off-by: Kulikov Vasiliy <segooon(a)gmail.com> --- drivers/staging/mrst-touchscreen/intel-mid-touch.c | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/drivers/staging/mrst-touc... 12 Jul 2010 11:48
First  |  Prev |  Next  |  Last
Pages: 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642