- remove-unnecessary-check-in-drivers-video-intelfb-intelfbhwc.patch removed from -mm tree

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

 



The patch titled
     Remove unnecessary check in drivers/video/intelfb/intelfbhw.c
has been removed from the -mm tree.  Its filename was
     remove-unnecessary-check-in-drivers-video-intelfb-intelfbhwc.patch

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

------------------------------------------------------
Subject: Remove unnecessary check in drivers/video/intelfb/intelfbhw.c
From: Eric Sesterhenn <snakebyte@xxxxxx>

All callers and the function itself dereference dinfo, so we can remove the
check.  (coverity id #1371)

Signed-off-by: Eric Sesterhenn <snakebyte@xxxxxx>
Cc: Dave Airlie <airlied@xxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxx>
---

 drivers/video/intelfb/intelfbhw.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN drivers/video/intelfb/intelfbhw.c~remove-unnecessary-check-in-drivers-video-intelfb-intelfbhwc drivers/video/intelfb/intelfbhw.c
--- a/drivers/video/intelfb/intelfbhw.c~remove-unnecessary-check-in-drivers-video-intelfb-intelfbhwc
+++ a/drivers/video/intelfb/intelfbhw.c
@@ -662,7 +662,7 @@ intelfbhw_print_hw_state(struct intelfb_
 	int index = dinfo->pll_index;
 	DBG_MSG("intelfbhw_print_hw_state\n");
 
-	if (!hw || !dinfo)
+	if (!hw)
 		return;
 	/* Read in as much of the HW state as possible. */
 	printk("hw state dump start\n");
_

Patches currently in -mm which might be from snakebyte@xxxxxx are

origin.patch
git-netdev-all.patch
remove-unnecessary-check-in-drivers-scsi-sgc.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