lkml.org 
[lkml]   [2017]   [Mar]   [20]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] ALSA: hda/ca0132: Remove double parentheses
On Wed, 15 Mar 2017 23:41:23 +0100,
Matthias Kaehlcke wrote:
>
> The extra pairs of parantheses are not needed and causes clang to
> generate warnings like this:
>
> sound/pci/hda/patch_ca0132.c:1171:14: error: equality comparison with extraneous parentheses [-Werror,-Wparentheses-equality]
> if ((buffer == NULL))
> ~~~~~~~^~~~~~~
> sound/pci/hda/patch_ca0132.c:1171:14: note: remove extraneous parentheses around the comparison to silence this warning
> if ((buffer == NULL))
> ~ ^ ~
> sound/pci/hda/patch_ca0132.c:1171:14: note: use '=' to turn this equality comparison into an assignment
> if ((buffer == NULL))
>
> Signed-off-by: Matthias Kaehlcke <mka@chromium.org>

Applied, thanks.


Takashi

\
 
 \ /
  Last update: 2017-03-20 13:16    [W:0.052 / U:0.032 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site