summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/zram/zram01.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testing/selftests/zram/zram01.sh')
0 files changed, 0 insertions, 0 deletions
-subject'>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>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/thermal/rockchip_thermal.c80
1 files changed, 40 insertions, 40 deletions
diff --git a/drivers/thermal/rockchip_thermal.c b/drivers/thermal/rockchip_thermal.c