commit | 70b9b24d4d240ff5f6087bca4013c6969af275ab | [log] [tgz] |
---|---|---|
author | Sachin Kamat <sachin.kamat@linaro.org> | Thu Nov 22 00:11:09 2012 +0900 |
committer | Kukjin Kim <kgene.kim@samsung.com> | Thu Nov 22 00:11:09 2012 +0900 |
tree | bf856fa979bdbed8b26bd2db04ad562b19b9d531 | |
parent | f4a75d2eb7b1e2206094b901be09adb31ba63681 [diff] |
ARM: S3C24XX: Fix potential NULL pointer dereference error chan->end is tested for being NULL. However in the event that it is NULL, the subsequent assignment statement would lead to NULL pointer dereference. Thus dereferencing it only when it is not NULL. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>