Bläddra i källkod

qcacld-3.0: Fix Datapath kernel checkpatch warnings in wdi_event_api.h

Fix Datapath kernel checkpatch warnings in wdi_event_api.h

Change-Id: Iec1119b62d0aa9efbc55121b84afc7e93ad98ee1
CRs-Fixed: 2032874
Yun Park 8 år sedan
förälder
incheckning
28e92985a9
1 ändrade filer med 1 tillägg och 2 borttagningar
  1. 1 2
      core/dp/txrx/wdi_event_api.h

+ 1 - 2
core/dp/txrx/wdi_event_api.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2014 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2012-2014, 2017 The Linux Foundation. All rights reserved.
  *
  * Previously licensed under the ISC license by Qualcomm Atheros, Inc.
  *
@@ -80,7 +80,6 @@ A_STATUS wdi_event_detach(struct ol_txrx_pdev_t *txrx_pdev);
 static inline void wdi_event_handler(enum WDI_EVENT event,
 		       struct ol_txrx_pdev_t *txrx_pdev, void *data)
 {
-	return;
 }
 static inline A_STATUS wdi_event_attach(struct ol_txrx_pdev_t *txrx_pdev)
 {