Change parameter null checking condition of mm_display_set_display() 87/249087/2 accepted/tizen/unified/20201208.123149 submit/tizen/20201207.082754
authorSangchul Lee <sc11.lee@samsung.com>
Mon, 7 Dec 2020 04:29:52 +0000 (13:29 +0900)
committerSangchul Lee <sc11.lee@samsung.com>
Mon, 7 Dec 2020 05:35:58 +0000 (14:35 +0900)
commit1730a4b3e15ca3a5c69ae52e607981d6110ca326
tree384b2fbb11fadcddef4e3d009ff9b25383286c6c
parenta4a97368b504f308f9a8b911b3b0841302682bb4
Change parameter null checking condition of mm_display_set_display()

The parent_id as out-parameter has been only filled with MM_DISPLAY_TYPE_OVERLAY
or MM_DISPLAY_TYPE_OVERLAY_EXT type. Because the other types are not needed
the out-parameter, the condition of the parameter checking is revised.

[Version] 0.0.9
[Profile] Common
[Issue Type] Improvement

Change-Id: I8cfc043c0ac3aedc384924a8cac8d0b3b94dfbe8
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
packaging/libmm-display.spec
src/mm_display.c