OSDN Git Service

Staging: emuxx_udc: replace pr_* with dev_*
authorHaneen Mohammed <hamohammed.sa@gmail.com>
Sun, 15 Mar 2015 22:26:37 +0000 (01:26 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 16 Mar 2015 15:28:31 +0000 (16:28 +0100)
commit93275c8068b42ba0622698abe10bc860d8744451
treea343f06d690828492f916d3cbb027cf469277cab
parent964308a6b40bcea5f8a3c3af678c0a87a9b94907
Staging: emuxx_udc: replace pr_* with dev_*

dev_* is prefered over pr_* when appropriate dev structure is present.
This patch replace pr_info and pr_warn with its dev_ counterpart.

Signed-off-by: Haneen Mohammed <hamohammed.sa@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/emxx_udc/emxx_udc.c