On 6/21/18 11:17 PM, Vinod wrote:
this should be a separate patch

What exactly should be a separate patch?  This part?

-       rng->hwrng.name = KBUILD_MODNAME,
-       rng->hwrng.init = msm_rng_init,
-       rng->hwrng.cleanup = msm_rng_cleanup,
-       rng->hwrng.read = msm_rng_read,
+       rng->hwrng.name = KBUILD_MODNAME;
+       rng->hwrng.init = msm_rng_init;
+       rng->hwrng.cleanup = msm_rng_cleanup;
+       rng->hwrng.read = msm_rng_read;

--
Qualcomm Datacenter Technologies, Inc. as an affiliate of Qualcomm
Technologies, Inc.  Qualcomm Technologies, Inc. is a member of the
Code Aurora Forum, a Linux Foundation Collaborative Project.

Reply via email to