OSDN Git Service

drm/nouveau/clk/gk20a: reorganize variables in gk20a_pllg_calc_mnp()
authorAlexandre Courbot <acourbot@nvidia.com>
Fri, 12 Feb 2016 05:05:01 +0000 (14:05 +0900)
committerBen Skeggs <bskeggs@redhat.com>
Mon, 14 Mar 2016 00:13:51 +0000 (10:13 +1000)
commitd865f3c52de7c148d53ac9028659e6eafd833241
tree58952dcf1562e16d05ddb424a72becc7aa68a326
parentaf6313d61a789fcf3313aef36114427cdc9ec194
drm/nouveau/clk/gk20a: reorganize variables in gk20a_pllg_calc_mnp()

Move some variables declarations to the scope where they are actually
used to make the code easier to follow.

Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
drivers/gpu/drm/nouveau/nvkm/subdev/clk/gk20a.c