kernel/include/linux/pci-ep-cfs.h
.. .. @@ -19,7 +19,7 @@ 19 19 #else 20 20 static inline struct config_group *pci_ep_cfs_add_epc_group(const char *name) 21 21 { 22 - return 0;22 + return NULL;23 23 } 24 24 25 25 static inline void pci_ep_cfs_remove_epc_group(struct config_group *group) .. .. @@ -28,7 +28,7 @@ 28 28 29 29 static inline struct config_group *pci_ep_cfs_add_epf_group(const char *name) 30 30 { 31 - return 0;31 + return NULL;32 32 } 33 33 34 34 static inline void pci_ep_cfs_remove_epf_group(struct config_group *group)