- atmel_lcdfb-change-irq_base-definition-to-allow-error-reporting.patch removed from -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled
     atmel_lcdfb: change irq_base definition to allow error reporting
has been removed from the -mm tree.  Its filename was
     atmel_lcdfb-change-irq_base-definition-to-allow-error-reporting.patch

This patch was dropped because it was merged into mainline or a subsystem tree

The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/

------------------------------------------------------
Subject: atmel_lcdfb: change irq_base definition to allow error reporting
From: Nicolas Ferre <nicolas.ferre@xxxxxxxxx>

Changed because old the definition of unsigned long cannot be negative.

Signed-off-by: Nicolas Ferre <nicolas.ferre@xxxxxxxxx>
Reported-by: Roel Kluin <roel.kluin@xxxxxxxxx>
Cc: Haavard Skinnemoen <hskinnemoen@xxxxxxxxx>
Cc: Andrew Victor <linux@xxxxxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 include/video/atmel_lcdc.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -puN include/video/atmel_lcdc.h~atmel_lcdfb-change-irq_base-definition-to-allow-error-reporting include/video/atmel_lcdc.h
--- a/include/video/atmel_lcdc.h~atmel_lcdfb-change-irq_base-definition-to-allow-error-reporting
+++ a/include/video/atmel_lcdc.h
@@ -38,7 +38,7 @@ struct atmel_lcdfb_info {
 	spinlock_t		lock;
 	struct fb_info		*info;
 	void __iomem		*mmio;
-	unsigned long		irq_base;
+	int			irq_base;
 	struct work_struct	task;
 
 	unsigned int		guard_time;
_

Patches currently in -mm which might be from nicolas.ferre@xxxxxxxxx are

origin.patch
drivers-video-bad-error-test-before-a-dereference.patch

--
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux