Commit cf328c2a authored by Conrad Gomes's avatar Conrad Gomes Committed by Greg Kroah-Hartman
Browse files

Staging: comedi: remove MACRO pr_fmt in unioxx5.c



This patch removes MACRO definition pr_fmt which was initially
required by pr_info and pr_err logging functions.

Signed-off-by: default avatarConrad Gomes <conrad.s.j.gomes@gmail.com>
Reviewed-by: default avatarIan Abbott <abbotti@mev.co.uk>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent c29d9a88
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -38,7 +38,6 @@ Devices: [Fastwel] UNIOxx-5 (unioxx5),

*/

#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt

#include <linux/module.h>
#include <linux/delay.h>