summaryrefslogtreecommitdiff
path: root/drivers/staging/vt6656/hostap.c
diff options
context:
space:
mode:
authorJim Lieb <lieb@canonical.com>2009-07-30 17:30:32 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2009-09-15 19:02:07 (GMT)
commit77f58b133ea1da92faed89ec384b5e4279f6574f (patch)
tree881335ca124eaa5890c8858688dc8591b8fab7db /drivers/staging/vt6656/hostap.c
parent7e809a9b10ab5ee985e23dea537e0236f026d1ca (diff)
downloadlinux-fsl-qoriq-77f58b133ea1da92faed89ec384b5e4279f6574f.tar.xz
Staging: vt665x: Text janitor in prep for driver merge
These changes in vt6656 match changes in vt6655 to minimize text differences prior to merging the two trees into a single driver source. Signed-off-by: Jim Lieb <lieb@canonical.com> Cc: Forest Bond <forest@alittletooquiet.net> Cc: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/vt6656/hostap.c')
-rw-r--r--drivers/staging/vt6656/hostap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/vt6656/hostap.c b/drivers/staging/vt6656/hostap.c
index 887e93f..02743a6 100644
--- a/drivers/staging/vt6656/hostap.c
+++ b/drivers/staging/vt6656/hostap.c
@@ -113,7 +113,7 @@ static int hostap_enable_hostapd(PSDevice pDevice, int rtnl_locked)
DBG_PRT(MSG_LEVEL_DEBUG, KERN_INFO "%s: Enabling hostapd mode\n", dev->name);
pDevice->apdev = (struct net_device *)kmalloc(sizeof(struct net_device), GFP_KERNEL);
- if (pDevice->apdev == NULL)
+ if (pDevice->apdev == NULL)
return -ENOMEM;
memset(pDevice->apdev, 0, sizeof(struct net_device));