Loading drivers/pci/pci.h +1 −1 Original line number Diff line number Diff line Loading @@ -244,7 +244,7 @@ struct pci_ats { int stu; /* Smallest Translation Unit */ int qdep; /* Invalidate Queue Depth */ int ref_cnt; /* Physical Function reference count */ int is_enabled:1; /* Enable bit is set */ unsigned int is_enabled:1; /* Enable bit is set */ }; #ifdef CONFIG_PCI_IOV Loading Loading
drivers/pci/pci.h +1 −1 Original line number Diff line number Diff line Loading @@ -244,7 +244,7 @@ struct pci_ats { int stu; /* Smallest Translation Unit */ int qdep; /* Invalidate Queue Depth */ int ref_cnt; /* Physical Function reference count */ int is_enabled:1; /* Enable bit is set */ unsigned int is_enabled:1; /* Enable bit is set */ }; #ifdef CONFIG_PCI_IOV Loading