Merge request https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/593 
was reviewed by Kinsey Moore

--
  
Kinsey Moore started a new discussion on bsps/mips/malta/pci/pci.c: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/593#note_127294

 >    pci_read_config_dword (0, slot, func, PCI_BASE_ADDRESS_0, &addr);
 > -  printk("***    PCI DEVICE BAR0: 0x%lx\n", addr);
 > +  printk("***    PCI DEVICE BAR0: 0x%ulx\n", addr);

%ulx is not a printf format specifier.


-- 
View it on GitLab: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/593
You're receiving this email because of your account on gitlab.rtems.org.


_______________________________________________
bugs mailing list
bugs@rtems.org
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to