From 7aa7e5bc23fa1885f21395d8a8375a8ed285717f Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Thu, 20 Dec 2012 14:50:14 +0100 Subject: [PATCH] Use the same type for returned variable --- net/can/canethgw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/can/canethgw.c b/net/can/canethgw.c index ff88f3c383a2..e1e9bd2874c5 100644 --- a/net/can/canethgw.c +++ b/net/can/canethgw.c @@ -309,7 +309,7 @@ static long cegw_ioctl_start(struct file *file, unsigned long arg) static long cegw_ioctl(struct file *file, unsigned int cmd, unsigned long arg) { - int err; + long err; switch (cmd) { case CEGW_IOCTL_START: -- 2.39.2