summaryrefslogtreecommitdiffstats
path: root/ncr.c
diff options
context:
space:
mode:
Diffstat (limited to 'ncr.c')
-rw-r--r--ncr.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ncr.c b/ncr.c
index a434d40..2d8436e 100644
--- a/ncr.c
+++ b/ncr.c
@@ -35,7 +35,6 @@
void* ncr_init_lists(void)
{
struct ncr_lists *lst;
- int ret;
lst = kmalloc(sizeof(*lst), GFP_KERNEL);
if(!lst)