First  |  Prev |  Next  |  Last
Pages: 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70
[PATCH] i915: Remove redundant NULL check upon kfree()
i915: Remove redundant NULL check upon kfree(). Signed-off-by: Davidlohr Bueso <dave(a)gnu.org> --- drivers/gpu/drm/i915/intel_dvo.c | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/i915/intel_dvo.c b/drivers/gpu/drm/i915/intel_dvo.c index 227feca..b3955bc 100644 --- a... 11 Aug 2010 09:15
[PATCH] jbd: Remove redundant NULL check upon kfree()
jbd: Remove redundant NULL check upon kfree(). Signed-off-by: Davidlohr Bueso <dave(a)gnu.org> --- fs/jbd/transaction.c | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/fs/jbd/transaction.c b/fs/jbd/transaction.c index 5ae71e7..5e98130 100644 --- a/fs/jbd/transaction.c +++ b/fs/jbd/t... 11 Aug 2010 09:15
(none)
Nokia celebrates 40yrs. Your Number has won 600,000 pounds in the Nokia Awards. claimcode: ZXDJN.To claim your prize send email to yrs_40(a)live.com. Intl tel +447011197128 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo i... 11 Aug 2010 08:10
[GIT PULL] regulator updates for 2.6.36
Hi Linus, Please pull the following voltage regulator updates for 2.6.36. Notable updates for 2.6.36 include new regulator drivers for the AB8500, AD5398, ISL6271, MAX8998 and TPS6586x PMICs. The other updates are mostly trivial fixes. Thanks Liam --- The following changes since commit 3d30701b5897042... 11 Aug 2010 08:10
Topcliff: Update PCH_IEEE1588 driver to2.6.35
Hi Robert My specified CC of IEEE1588 patch e-mail is not enough. I will re-submit the patch again. Thanks, Ohtake. ----- Original Message ----- From: "Robert Schwebel" <r.schwebel(a)pengutronix.de> To: "Masayuki Ohtak" <masa-korg(a)dsn.okisemi.com> Cc: <meego-dev(a)meego.com>; "LKML" <linux-kernel(a)vger.kernel.or... 12 Aug 2010 07:06
convert reiserfs to ->evict_inode()
Hello, commit 845a2cc0507055278e0fa722ed0f8c791b7401dd introduced: @@ -77,9 +79,14 @@ void reiserfs_delete_inode(struct inode *inode) ; } out: - clear_inode(inode); /* note this must go after the journal_end to prevent deadlock */ + end_writeback(inode); /* no... 11 Aug 2010 07:06
drivers/message/fusion: Return -ENOMEM on memory allocation failure
-----Original Message----- From: Julia Lawall [mailto:julia(a)diku.dk] Sent: Wednesday, August 11, 2010 3:41 PM To: Moore, Eric; Support, Software; DL-MPT Fusion Linux; linux- scsi(a)vger.kernel.org; linux-kernel(a)vger.kernel.org; kernel- janitors(a)vger.kernel.org Subject: [PATCH 3/5] drivers/message/... 11 Aug 2010 07:06
[PATCH 2/5] drivers/dma: Return -ENOMEM on memory allocation failure
From: Julia Lawall <julia(a)diku.dk> In this code, 0 is returned on memory allocation failure, even though other failures return -ENOMEM or other similar values. A simplified version of the semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // <smpl> @@ expression ret; expres... 11 Aug 2010 07:06
[PATCH 4/5] fs/ecryptfs: Return -ENOMEM on memory allocation failure
From: Julia Lawall <julia(a)diku.dk> In this code, 0 is returned on memory allocation failure, even though other failures return -ENOMEM or other similar values. A simplified version of the semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // <smpl> @@ expression ret; expres... 11 Aug 2010 07:06
[PATCH 1/5] drivers/usb/gadget: Return -ENOMEM on memory allocation failure
From: Julia Lawall <julia(a)diku.dk> In this code, 0 is returned on memory allocation failure, even though other failures return -ENOMEM or other similar values. A simplified version of the semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // <smpl> @@ expression ret; expres... 11 Aug 2010 07:06
First  |  Prev |  Next  |  Last
Pages: 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70