GFS2: Check for glock already held in gfs2_getxattr
[deliverable/linux.git] / drivers / staging / csr / csr_wifi_nme_ap_free_upstream_contents.c
1 /*****************************************************************************
2
3 (c) Cambridge Silicon Radio Limited 2012
4 All rights reserved and confidential information of CSR
5
6 Refer to LICENSE.txt included with this source for details
7 on the license terms.
8
9 *****************************************************************************/
10
11 /* Note: this is an auto-generated file. */
12
13 #include "csr_wifi_nme_ap_prim.h"
14 #include "csr_wifi_nme_ap_lib.h"
15
16 /*----------------------------------------------------------------------------*
17 * NAME
18 * CsrWifiNmeApFreeUpstreamMessageContents
19 *
20 * DESCRIPTION
21 *
22 *
23 * PARAMETERS
24 * eventClass: only the value CSR_WIFI_NME_AP_PRIM will be handled
25 * message: the message to free
26 *----------------------------------------------------------------------------*/
27 void CsrWifiNmeApFreeUpstreamMessageContents(u16 eventClass, void *message)
28 {
29 if (eventClass != CSR_WIFI_NME_AP_PRIM)
30 {
31 return;
32 }
33 if (NULL == message)
34 {
35 return;
36 }
37 }
38
39
This page took 0.031848 seconds and 5 git commands to generate.