<div dir="ltr"><div class="gmail_quote"><div dir="ltr">On Mon, 8 Aug 2016 at 01:22 Huang Rui <<a href="mailto:ray.huang@amd.com">ray.huang@amd.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Sun, Aug 07, 2016 at 05:17:41PM -0400, Alexandre Demers wrote:<br>
> Signed-off-by: Alexandre Demers <<a href="mailto:alexandre.f.demers@gmail.com" target="_blank">alexandre.f.demers@gmail.com</a>><br>
><br>
> ---<br>
>  drivers/gpu/drm/amd/amdgpu/dce_v6_0.c | 22 +++++++++++-----------<br>
>  1 file changed, 11 insertions(+), 11 deletions(-)<br>
><br>
> diff --git a/drivers/gpu/drm/amd/amdgpu/dce_v6_0.c b/drivers/gpu/drm/amd/amdgpu/dce_v6_0.c<br>
> index 07e0475..9e327be 100644<br>
> --- a/drivers/gpu/drm/amd/amdgpu/dce_v6_0.c<br>
> +++ b/drivers/gpu/drm/amd/amdgpu/dce_v6_0.c<br>
> @@ -106,14 +106,14 @@ static const uint32_t hpd_int_control_offsets[6] = {<br>
>  static u32 dce_v6_0_audio_endpt_rreg(struct amdgpu_device *adev,<br>
>                                    u32 block_offset, u32 reg)<br>
>  {<br>
> -     DRM_INFO("xxxx: dce_v6_0_audio_endpt_rreg ----no impl!!!!\n");<br>
> +     DRM_INFO("xxxx: dce_v6_0_audio_endpt_rreg --- not implemented!\n");<br>
>       return 0;<br>
<br>
We can make the code more simple like below:<br>
<br>
DRM_INFO("xxxx: %s --- not implemented!\n", __func__);<br>
<br>
Thanks,<br>
Rui<br></blockquote><div><br></div><div>I like your suggestion. I'll send a v2 later, I also saw that I had missed one or two of them.</div><div><br></div><div>That being said, I have other work that I'll send in the next few days for review. </div><div><br></div><div>Cheers,</div><div>Alexandre Demers</div></div></div>