Hi David,

On Mon, Aug 3, 2015 at 3:02 PM, David Binderman <dcb...@hotmail.com> wrote:
> Hello there,
>
> drivers/media/platform/am437x/am437x-vpfe.c:1698:27: warning: self-comparison 
> always evaluates to true [-Wtautological-compare]
>
>      if (client->addr == curr_client->addr &&
>             client->adapter->nr == client->adapter->nr) {
>
> maybe
>
>      if (client->addr == curr_client->addr &&
>             client->adapter->nr == curr_client->adapter->nr) {
>
Good catch!
I'll post a patch fixing it.

Cheers,
--Prabhakar Lad
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to