]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd4f5f5a7d0c344e10d639967c5235ec883474b0c
tree735cb5dfbf57a4bd994b36411aa9d1bbbdc19db6
parentb6af6b7247d79d7e7704fd08a17942018928a6ad
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