The patch titled Subject: backlight-add-lms501kf03-lcd-driver-fix has been removed from the -mm tree. Its filename was backlight-add-lms501kf03-lcd-driver-fix.patch This patch was dropped because it was folded into backlight-add-lms501kf03-lcd-driver.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: backlight-add-lms501kf03-lcd-driver-fix remove unused variable `before_power' Cc: "devendra.aaru" <devendra.aaru@xxxxxxxxx> Cc: Ilho Lee <Ilho215.lee@xxxxxxxxxxx> Cc: Jingoo Han <jg1.han@xxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/video/backlight/lms501kf03.c | 3 --- 1 file changed, 3 deletions(-) diff -puN drivers/video/backlight/lms501kf03.c~backlight-add-lms501kf03-lcd-driver-fix drivers/video/backlight/lms501kf03.c --- a/drivers/video/backlight/lms501kf03.c~backlight-add-lms501kf03-lcd-driver-fix +++ a/drivers/video/backlight/lms501kf03.c @@ -388,7 +388,6 @@ static int lms501kf03_remove(struct spi_ } #if defined(CONFIG_PM) -static unsigned int before_power; static int lms501kf03_suspend(struct spi_device *spi, pm_message_t mesg) { @@ -396,8 +395,6 @@ static int lms501kf03_suspend(struct spi dev_dbg(&spi->dev, "lcd->power = %d\n", lcd->power); - before_power = lcd->power; - /* * when lcd panel is suspend, lcd panel becomes off * regardless of status. _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are origin.patch bugh-prevent-double-evaulation-of-in-build_bug_on-fix.patch bugh-compilerh-introduce-compiletime_assert-build_bug_on_msg-checkpatch-fixes.patch goldfish-framebuffer-driver-fix.patch ocfs2-remove-kfree-redundant-null-checks.patch scripts-pnmtologo-fix-for-plain-pbm-checkpatch-fixes.patch sys_prctl-coding-style-cleanup.patch backlight-add-lms501kf03-lcd-driver.patch backlight-add-lms501kf03-lcd-driver-fix-fix.patch backlight-add-new-lp8788-backlight-driver-checkpatch-fixes.patch drivers-video-backlight-makefile-cleanup.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