summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/clk/clk_arb.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/clk/clk_arb.c')
-rw-r--r--drivers/gpu/nvgpu/clk/clk_arb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/clk/clk_arb.c b/drivers/gpu/nvgpu/clk/clk_arb.c
index 539cd33e..e277875b 100644
--- a/drivers/gpu/nvgpu/clk/clk_arb.c
+++ b/drivers/gpu/nvgpu/clk/clk_arb.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (c) 2016-2017, NVIDIA CORPORATION. All rights reserved. 2 * Copyright (c) 2016-2018, NVIDIA CORPORATION. All rights reserved.
3 * 3 *
4 * Permission is hereby granted, free of charge, to any person obtaining a 4 * Permission is hereby granted, free of charge, to any person obtaining a
5 * copy of this software and associated documentation files (the "Software"), 5 * copy of this software and associated documentation files (the "Software"),
@@ -545,7 +545,7 @@ find_exit:
545 /* noise unaware vmin */ 545 /* noise unaware vmin */
546 *nuvmin = mclk_voltuv; 546 *nuvmin = mclk_voltuv;
547 *nuvmin_sram = mclk_voltuv_sram; 547 *nuvmin_sram = mclk_voltuv_sram;
548 *gpc2clk = gpc2clk_target < *gpc2clk ? gpc2clk_target : *gpc2clk; 548 *gpc2clk = gpc2clk_target;
549 *mclk = mclk_target; 549 *mclk = mclk_target;
550 return pstate; 550 return pstate;
551} 551}