Hello there,

drivers/scsi/scsi_debug.c:1626:20: warning: logical ‘and’ of mutually exclusive 
tests is always false [-Wlogical-op]

Source code is

    if (alloc_len < 4 && alloc_len> 0xffff) {

Suggest swap && for ||. Adding -Wlogical-op to the build might also help

Regards

David Binderman

                                          --
To unsubscribe from this list: send the line "unsubscribe linux-scsi" 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