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) {

Regards

David Binderman

                                          --
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