commit | 9928688492aea161eeeaad7af34f372794cb2f53 | [log] [tgz] |
---|---|---|
author | Inki Dae <inki.dae@samsung.com> | Mon Jul 03 17:42:17 2017 +0900 |
committer | Archit Taneja <architt@codeaurora.org> | Mon Aug 21 08:51:53 2017 +0530 |
tree | 7389a89d7aaf158fb9d4c0aca4c2877b60b5e759 | |
parent | 059e3c0b2fa30b6903de6b78f191028484385c3b [diff] |
drm/bridge: change return type of drm_bridge_add function This patch changes return type of drm_bridge_add function. This function never return negative value but returns only 0. So it changes the return type of this function to void one. Signed-off-by: Inki Dae <inki.dae@samsung.com> Signed-off-by: Archit Taneja <architt@codeaurora.org> Link: https://patchwork.freedesktop.org/patch/msgid/1499071350-25168-2-git-send-email-inki.dae@samsung.com