summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656/rf.c
diff options
context:
space:
mode:
authorJim Lieb2009-08-12 23:54:06 +0200
committerGreg Kroah-Hartman2009-09-15 21:02:07 +0200
commit193a823caaf0e2a79a447014be00a6b70ed216a2 (patch)
tree03f64a8fdb019c25304ce5fb5e8d242f428e6244 /drivers/staging/vt6656/rf.c
parentStaging: vt6656: add TODO (diff)
downloadkernel-qcow2-linux-193a823caaf0e2a79a447014be00a6b70ed216a2.tar.gz
kernel-qcow2-linux-193a823caaf0e2a79a447014be00a6b70ed216a2.tar.xz
kernel-qcow2-linux-193a823caaf0e2a79a447014be00a6b70ed216a2.zip
Staging: vt665x: Typedef and macro cleanup Part 1
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/vt6656/rf.c')
-rw-r--r--drivers/staging/vt6656/rf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/vt6656/rf.c b/drivers/staging/vt6656/rf.c
index 53b854646526..3436d3bfb391 100644
--- a/drivers/staging/vt6656/rf.c
+++ b/drivers/staging/vt6656/rf.c
@@ -970,7 +970,7 @@ VOID
RFvRSSITodBm (
IN PSDevice pDevice,
IN BYTE byCurrRSSI,
- OUT PLONG pldBm
+ long * pldBm
)
{
BYTE byIdx = (((byCurrRSSI & 0xC0) >> 6) & 0x03);