Hello all,
Fresh 2.6.27-rc4-git4 causes these compilation warnings on my amd64 box
with gcc-4.3.1 :
drivers/pci/search.c: In function ‘pci_get_dev_by_id’:
drivers/pci/search.c:284: attention : passing argument 1 of
‘pci_dev_put’ discards qualifiers from pointer target type
following this commit : ebca4f1bce1eb7b91a63c515db66316db9391221
PCI: fix reference leak in pci_get_dev_by_id()
---
drivers/video/aty/aty128fb.c: In function ‘aty128_decode_var’:
drivers/video/aty/aty128fb.c:1520: attention : ‘pll.post_divider’ may be
used uninitialized in this function
Regards.
--