hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/include/linux/pci-ep-cfs.h
....@@ -19,7 +19,7 @@
1919 #else
2020 static inline struct config_group *pci_ep_cfs_add_epc_group(const char *name)
2121 {
22
- return 0;
22
+ return NULL;
2323 }
2424
2525 static inline void pci_ep_cfs_remove_epc_group(struct config_group *group)
....@@ -28,7 +28,7 @@
2828
2929 static inline struct config_group *pci_ep_cfs_add_epf_group(const char *name)
3030 {
31
- return 0;
31
+ return NULL;
3232 }
3333
3434 static inline void pci_ep_cfs_remove_epf_group(struct config_group *group)