summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b/ltc_gm20b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gm20b/ltc_gm20b.c')
-rw-r--r--drivers/gpu/nvgpu/gm20b/ltc_gm20b.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/ltc_gm20b.c b/drivers/gpu/nvgpu/gm20b/ltc_gm20b.c
index d8e184ef..17882e72 100644
--- a/drivers/gpu/nvgpu/gm20b/ltc_gm20b.c
+++ b/drivers/gpu/nvgpu/gm20b/ltc_gm20b.c
@@ -150,7 +150,7 @@ int gm20b_ltc_cbc_ctrl(struct gk20a *g, enum gk20a_cbc_op op,
150 val = gk20a_readl(g, ctrl1); 150 val = gk20a_readl(g, ctrl1);
151 if (!(val & hw_op)) 151 if (!(val & hw_op))
152 break; 152 break;
153 udelay(5); 153 nvgpu_udelay(5);
154 } while (!nvgpu_timeout_expired(&timeout)); 154 } while (!nvgpu_timeout_expired(&timeout));
155 155
156 if (nvgpu_timeout_peek_expired(&timeout)) { 156 if (nvgpu_timeout_peek_expired(&timeout)) {