소스 검색

qcacmn: Fix kernel module check patch warnings in PLD files

Fix kernel module check patch warnings in PLD files

Change-Id: I076a9634077dbabd6979f1b79778a89b222e1afd
CRs-fixed: 2033001
Manikandan Mohan 8 년 전
부모
커밋
e03493ddfb
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 4
      pld_stub/inc/pld_common.h

+ 0 - 4
pld_stub/inc/pld_common.h

@@ -181,7 +181,6 @@ static inline int pld_wlan_disable(struct device *dev,
 }
 }
 static inline void pld_is_pci_link_down(struct device *dev)
 static inline void pld_is_pci_link_down(struct device *dev)
 {
 {
-	return;
 }
 }
 static inline int pld_wlan_pm_control(struct device *dev, bool vote)
 static inline int pld_wlan_pm_control(struct device *dev, bool vote)
 {
 {
@@ -189,7 +188,6 @@ static inline int pld_wlan_pm_control(struct device *dev, bool vote)
 }
 }
 static inline void pld_intr_notify_q6(struct device *dev)
 static inline void pld_intr_notify_q6(struct device *dev)
 {
 {
-	return;
 }
 }
 
 
 static inline int pld_get_user_msi_assignment(struct device *dev,
 static inline int pld_get_user_msi_assignment(struct device *dev,
@@ -241,11 +239,9 @@ static inline int pld_pm_runtime_request(struct device *dev,
 }
 }
 static inline void pld_runtime_init(struct device *dev, int auto_delay)
 static inline void pld_runtime_init(struct device *dev, int auto_delay)
 {
 {
-	return;
 }
 }
 static inline void pld_runtime_exit(struct device *dev)
 static inline void pld_runtime_exit(struct device *dev)
 {
 {
-	return;
 }
 }
 static inline int pld_athdiag_read(struct device *dev,
 static inline int pld_athdiag_read(struct device *dev,
 				   uint32_t offset, uint32_t memtype,
 				   uint32_t offset, uint32_t memtype,