diff options
-rw-r--r-- | net/iucv/iucv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/iucv/iucv.c b/net/iucv/iucv.c index 8aaa23ccd988..3973d0e61e56 100644 --- a/net/iucv/iucv.c +++ b/net/iucv/iucv.c | |||
@@ -362,7 +362,7 @@ static int iucv_query_maxconn(void) | |||
362 | " srl %0,28\n" | 362 | " srl %0,28\n" |
363 | : "=d" (ccode), "+d" (reg0), "+d" (reg1) : : "cc"); | 363 | : "=d" (ccode), "+d" (reg0), "+d" (reg1) : : "cc"); |
364 | if (ccode == 0) | 364 | if (ccode == 0) |
365 | iucv_max_pathid = reg0; | 365 | iucv_max_pathid = reg1; |
366 | kfree(param); | 366 | kfree(param); |
367 | return ccode ? -EPERM : 0; | 367 | return ccode ? -EPERM : 0; |
368 | } | 368 | } |