| commit | da15f037a482dd95fd2cda73ebf94950cec9b375 | [log] [tgz] |
|---|---|---|
| author | Rahul Sharma <rahul.sharma@samsung.com> | Sun Sep 22 00:33:57 2013 +0530 |
| committer | Andrey Konovalov <andrey.konovalov@linaro.org> | Wed Apr 16 23:19:45 2014 +0400 |
| tree | 5211bf2f5530cf9d106c00be1621ed1b57477541 | |
| parent | 5e73acf90a0671192596e37d00d28f77fd0aeb24 [diff] |
drm/exynos: fix ddc i2c device probe failure Exynos hdmi ddc is a I2C device and if we register hdmi ddc driver with id_table as NULL, cause failure in probing. id_table field should not be NULL for i2c_driver registeration. Signed-off-by: Rahul Sharma <rahul.sharma@samsung.com> Signed-off-by: Tushar Behera <tushar.behera@linaro.org>