commit | cdd8b3f7b779e39bda1a8057f287da065216720b | [log] [tgz] |
---|---|---|
author | Brian Norris <briannorris@chromium.org> | Mon Dec 12 19:05:32 2016 +0800 |
committer | Eduardo Valentin <edubezval@gmail.com> | Tue Dec 13 20:31:59 2016 -0800 |
tree | 4633c5883770f0f610a48c2434b45518788f7928 | |
parent | e6ed1b4ad30331e6d878579dd95764d0a224cacd [diff] |
thermal: rockchip: don't pass table structs by value This driver passes struct chip_tsadc_table by value throughout; this is inefficient, and AFAICT, there is no reason for it. Let's pass pointers instead. Signed-off-by: Brian Norris <briannorris@chromium.org> Reviewed-by: Caesar Wang <wxt@rock-chips.com> Signed-off-by: Caesar Wang <wxt@rock-chips.com> Signed-off-by: Eduardo Valentin <edubezval@gmail.com>