commit | fbdf093d62de4974cd30f170cf76aa14e26b13e4 | [log] [tgz] |
---|---|---|
author | Inki Dae <inki.dae@samsung.com> | Thu Nov 06 23:00:37 2014 +0900 |
committer | Inki Dae <inki.dae@samsung.com> | Mon Nov 24 18:02:48 2014 +0900 |
tree | 75e759dd5ce6a83bb87811d539df03c2ba74287d | |
parent | 5cbb37df378dbedfa2b5f542b6d50937736f2427 [diff] |
drm/exynos: resolve infinite loop issue on non multi-platform This patch resovles the infinite loop issue incurred when Exyno drm driver is enabled but all kms drivers are disabled on Exynos board by returning -EPROBE_DEFER only in case that there is kms device registered. Signed-off-by: Inki Dae <inki.dae@samsung.com>