diff --git a/pxr/usdImaging/usdImaging/cameraAdapter.cpp b/pxr/usdImaging/usdImaging/cameraAdapter.cpp
index 83eebe58ef..4b9b09ef5f 100644
--- a/pxr/usdImaging/usdImaging/cameraAdapter.cpp
+++ b/pxr/usdImaging/usdImaging/cameraAdapter.cpp
@@ -265,7 +265,7 @@ UsdImagingCameraAdapter::Get(UsdPrim const& prim,
         return vExposureResponsivity;
     } else if (key == HdCameraTokens->exposureScale) {
         // The computed linear exposure multiplier ratio
-        return VtValue(log2(cam.ComputeLinearExposureScale(time)));
+        return VtValue(cam.ComputeLinearExposureScale(time));
     }
 
     VtValue v;