commit | cca0ba2df3d4000bacd9b7807d46ffafac62d53a | [log] [tgz] |
---|---|---|
author | Hyungwon Hwang <human.hwang@samsung.com> | Thu May 28 16:25:15 2015 +0900 |
committer | Lee Jones <lee.jones@linaro.org> | Tue Jun 23 15:47:35 2015 +0100 |
tree | c5aec01b81c2a18ab40cdcd8cc71eb9e8b5aba00 | |
parent | cdaefccefa988495e732d85d81914fbba99f4ca6 [diff] |
backlight: Change the return type of backlight_update_status() to int Backlight device returns the result of update_status(), but backlight_update_status() ignores it. So the consumers cannot confirm the result of their function call. This patch makes the result to be returned back for consumers. Signed-off-by: Hyungwon Hwang <human.hwang@samsung.com> Acked-by: Jingoo Han <jingoohan1@gmail.com> Signed-off-by: Lee Jones <lee.jones@linaro.org>