mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-10 23:20:05 +00:00
[PATCH] nvidiafb: Remove NULL check #2
Remove unnecessary NULL check. Signed-off-by: Antonino Daplas <adaplas@pol.net> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
8ff7727d2a
commit
3d5b191fff
@ -218,7 +218,6 @@ int nvidia_probe_i2c_connector(struct fb_info *info, int conn, u8 **out_edid)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (out_edid)
|
|
||||||
*out_edid = edid;
|
*out_edid = edid;
|
||||||
|
|
||||||
return (edid) ? 0 : 1;
|
return (edid) ? 0 : 1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user