mirror of
https://github.com/hardkernel/linux.git
synced 2026-03-24 19:40:21 +09:00
Merge pull request #346 from OtherCrashOverride/n1-vop-nullref
ODROID-N1: VOP - Don't dereference null pointers.
This commit is contained in:
@@ -61,7 +61,7 @@
|
||||
VOP_REG_SUPPORT(vop, win->phy->name)
|
||||
|
||||
#define VOP_WIN_SCL_EXT_SUPPORT(vop, win, name) \
|
||||
(win->phy->scl->ext && \
|
||||
(win && win->phy && win->phy->scl && win->phy->scl->ext && \
|
||||
VOP_REG_SUPPORT(vop, win->phy->scl->ext->name))
|
||||
|
||||
#define VOP_CTRL_SUPPORT(vop, name) \
|
||||
|
||||
Reference in New Issue
Block a user