>> + * pci_serial_number_changed - check the device SN is changed > > How about the name “pci_device_changed”? I think it's more readable, > though the judgement is according to SN. Ah, it's nice, will update in next version. Thanks! Yijing. > > Regards, > Gu > >> + * @pdev: the PCI device >> + * >> + * check the device serial number is changed. >> + * if device does not support device serial number, >> + * return false. >> + */ >> +bool pci_serial_number_changed(struct pci_dev *pdev) >> +{ >> + u64 old, new; -- 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