summaryrefslogtreecommitdiff
path: root/drivers/staging/vt6655/rf.c
diff options
context:
space:
mode:
authorJim Lieb <lieb@canonical.com>2009-08-12 21:54:07 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2009-09-15 19:02:07 (GMT)
commita884847a1a30be9a55d975f1e3fe8cf5f922bb79 (patch)
tree2c49ef87db8afb7b2670e8ab2cfea3adbec7af16 /drivers/staging/vt6655/rf.c
parent193a823caaf0e2a79a447014be00a6b70ed216a2 (diff)
downloadlinux-fsl-qoriq-a884847a1a30be9a55d975f1e3fe8cf5f922bb79.tar.xz
Staging: vt665x: Typedef and macro cleanup Part 2
Clean up unused typedefs and macros to remove Win32'isms and misc non-linux constructs. Text edits to referencing source for less frequently used macros. Signed-off-by: Jim Lieb <lieb@canonical.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/vt6655/rf.c')
-rw-r--r--drivers/staging/vt6655/rf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/vt6655/rf.c b/drivers/staging/vt6655/rf.c
index fa3aea5..40c7bb0 100644
--- a/drivers/staging/vt6655/rf.c
+++ b/drivers/staging/vt6655/rf.c
@@ -1216,7 +1216,7 @@ VOID
RFvRSSITodBm (
IN PSDevice pDevice,
IN BYTE byCurrRSSI,
- OUT PLONG pldBm
+ long * pldBm
)
{
BYTE byIdx = (((byCurrRSSI & 0xC0) >> 6) & 0x03);