staging: rtl8188eu: use pr_cont()
authorAastha Gupta <aastha.gupta4104@gmail.com>
Wed, 18 Oct 2017 18:42:58 +0000 (00:12 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 20 Oct 2017 12:45:05 +0000 (14:45 +0200)
commit3dfbe9ea54d1dc283301adac8cef06a393d2bcae
tree8c3fd14bf4cdc336c1caef2ba333b9bfc3bad946
parentd0d239148ea6508f94a4078d990ab56f914f90af
staging: rtl8188eu: use pr_cont()

Using 'printk("\n")' is not preferred anymore as
printks without KERN_CONT are emitted on a new line and
KERN_CONT is required to continue lines so use pr_cont.

Signed-off-by: Aastha Gupta <aastha.gupta4104@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/include/rtw_debug.h