Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit edd236af authored by Martin Hofmann's avatar Martin Hofmann Committed by Greg Kroah-Hartman
Browse files

vt6655: fix printk usage in wpactl.c



This patch fixes the usage of printk in wpactl.c concering one missing log level
occurence and some whitespaces before a newline.

Signed-off-by: default avatarMartin Hofmann <martin.hofmann@studium.uni-erlangen.de>
Signed-off-by: default avatarMichael Gunselmann <michael.gunselmann@studium.uni-erlangen.de>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 91d9b19a
Loading
Loading
Loading
Loading
+12 −12
Original line number Diff line number Diff line
@@ -596,7 +596,7 @@ static int wpa_get_scan(PSDevice pDevice,
	ptempBSS = kmalloc(sizeof(KnownBSS), (int)GFP_ATOMIC);

	if (ptempBSS == NULL) {
		printk("bubble sort kmalloc memory fail@@@\n");
		printk(KERN_ERR "bubble sort kmalloc memory fail@@@\n");

		ret = -ENOMEM;