summaryrefslogtreecommitdiff
path: root/drivers/staging/rt2870/common
diff options
context:
space:
mode:
authorAndy Shevchenko <andy.shevchenko@gmail.com>2010-09-17 11:24:48 +0300
committerGreg Kroah-Hartman <gregkh@suse.de>2010-09-20 16:10:56 -0700
commita3cf4b42ce40492b12396ec64e734f84ace3a729 (patch)
tree799e73cdb915f62deba2a6ffd0029e2909eed409 /drivers/staging/rt2870/common
parente7cde7b31271155e5fb896a325bea38e9e604806 (diff)
staging: rt2870: '&pointer[0]' to 'pointer' fix
Signed-off-by: Andy Shevchenko <andy.shevchenko@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/rt2870/common')
-rw-r--r--drivers/staging/rt2870/common/rtusb_io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rt2870/common/rtusb_io.c b/drivers/staging/rt2870/common/rtusb_io.c
index eb01c8a4239d..7d2f7e05814d 100644
--- a/drivers/staging/rt2870/common/rtusb_io.c
+++ b/drivers/staging/rt2870/common/rtusb_io.c
@@ -1882,7 +1882,7 @@ void CMDHandler(struct rt_rtmp_adapter *pAd)
("UpdateRxWCIDTable(): Aid=%d, "
"Addr=%pM!\n",
pEntry->Aid,
- &pEntry->Addr[0]));
+ pEntry->Addr));
}
break;