Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f84fcb06 authored by Eric Sesterhenn's avatar Eric Sesterhenn Committed by Dave Airlie
Browse files

Remove unnecessary check in drivers/video/intelfb/intelfbhw.c



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

Signed-off-by: default avatarEric Sesterhenn <snakebyte@gmx.de>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarDave Airlie <airlied@linux.ie>
parent a77b8950
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -664,7 +664,7 @@ intelfbhw_print_hw_state(struct intelfb_info *dinfo, struct intelfb_hwstate *hw)
	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");