video: exynos_dp: replace char pointer with char array for adjust_request variable
authorJingoo Han <jg1.han@samsung.com>
Wed, 4 Apr 2012 07:00:00 +0000 (16:00 +0900)
committerFlorian Tobias Schandinat <FlorianSchandinat@gmx.de>
Mon, 16 Apr 2012 04:18:38 +0000 (04:18 +0000)
commit8f802da33a842bc9e511d2a9c8259fbee8a6d17e
tree735cb5dfbf57a4bd994b36411aa9d1bbbdc19db6
parentb5cfeed6cf90a4bb619b7ac640ba1a6dd002364d
video: exynos_dp: replace char pointer with char array for adjust_request variable

The char pointer for adjust_request variable is replaced with char array
to fix possible null pointer dereference when clock recovery is failed.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
drivers/video/exynos/exynos_dp_core.c