randconfig warnings with next-20141119, in drivers/pci/probe.c

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hej! Builds with CONFIG_X86_32=y are getting these warning messages

drivers/pci/probe.c:430:5: warning: left shift count >= width of type
[enabled by default]
drivers/pci/probe.c:431:5: warning: left shift count >= width of type
[enabled by default]

which would seem to refer to

                               base |= ((dma_addr_t) mem_base_hi) << 32;
                                limit |= ((dma_addr_t) mem_limit_hi) << 32;
--
To unsubscribe from this list: send the line "unsubscribe linux-pci" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [DMA Engine]     [Linux Coverity]     [Linux USB]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [Greybus]

  Powered by Linux