Remove unnecessary check in drivers/video/intelfb/intelfbhw.c
authorEric Sesterhenn <snakebyte@gmx.de>
Fri, 20 Oct 2006 21:35:59 +0000 (14:35 -0700)
committerDave Airlie <airlied@linux.ie>
Wed, 25 Oct 2006 19:05:18 +0000 (12:05 -0700)
commitf84fcb06a1f7ab4ac0444ece82b25b0701369641
tree70551a83b673acd2953c34891ee70c0e3c7203c0
parenta77b8950019289611f836c8fc19f91592822efcd
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: Eric Sesterhenn <snakebyte@gmx.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Dave Airlie <airlied@linux.ie>
drivers/video/intelfb/intelfbhw.c