projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e61667a
)
Revert "eicon: Fixed checkpatch warning"
author
David S. Miller
<davem@davemloft.net>
Sun, 10 Mar 2013 21:48:26 +0000
(17:48 -0400)
committer
David S. Miller
<davem@davemloft.net>
Sun, 10 Mar 2013 21:48:26 +0000
(17:48 -0400)
This reverts commit
e41eef8f317a4cfe43ec4de2527703a2e6f16087
.
It breaks the build, this symbol is refernced
by debugging macros in diddfunc.c
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/isdn/hardware/eicon/diva_didd.c
patch
|
blob
|
history
diff --git
a/drivers/isdn/hardware/eicon/diva_didd.c
b/drivers/isdn/hardware/eicon/diva_didd.c
index 21468be0f3d5502829b9122db09c5cc89372cb04..fab6ccfb00d59cf35b7f50100c672efb9d3ad3d1 100644
(file)
--- a/
drivers/isdn/hardware/eicon/diva_didd.c
+++ b/
drivers/isdn/hardware/eicon/diva_didd.c
@@
-29,7
+29,7
@@
static char *main_revision = "$Revision: 1.13.6.4 $";
static char *DRIVERNAME =
"Eicon DIVA - DIDD table (http://www.melware.net)";
static char *DRIVERLNAME = "divadidd";
-
static
char *DRIVERRELEASE_DIDD = "2.0";
+char *DRIVERRELEASE_DIDD = "2.0";
MODULE_DESCRIPTION("DIDD table driver for diva drivers");
MODULE_AUTHOR("Cytronics & Melware, Eicon Networks");