From ee593133a76c0c86484929b1c7ac91a9f0b7492c Mon Sep 17 00:00:00 2001 From: Sandesh Kenjana Ashok Date: Wed, 30 Jan 2019 21:25:46 +0100 Subject: [PATCH] staging: comedi: comedi_fops.c: Remove redundant blank line Removed redunant blank line. Issue found by checkpatch. Signed-off-by: Sandesh Kenjana Ashok Signed-off-by: Greg Kroah-Hartman --- drivers/staging/comedi/comedi_fops.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/comedi/comedi_fops.c b/drivers/staging/comedi/comedi_fops.c index 38980fad8be4..0caae4a5c471 100644 --- a/drivers/staging/comedi/comedi_fops.c +++ b/drivers/staging/comedi/comedi_fops.c @@ -1608,7 +1608,6 @@ static int do_insn_ioctl(struct comedi_device *dev, if (copy_from_user(&insn, arg, sizeof(insn))) return -EFAULT; - n_data = max(n_data, insn.n); /* This is where the behavior of insn and insnlist deviate. */