From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org ([140.211.169.12]:59896 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933307AbeGJQrc (ORCPT ); Tue, 10 Jul 2018 12:47:32 -0400 Date: Tue, 10 Jul 2018 18:47:29 +0200 From: Greg Kroah-Hartman To: Ian Abbott Cc: stable@vger.kernel.org, Dan Carpenter , H Hartley Sweeten Subject: Re: [PATCH stable 4.4] staging: comedi: quatech_daqp_cs: fix no-op loop daqp_ao_insn_write() Message-ID: <20180710164729.GA32411@kroah.com> References: <20180710163345.20502-1-abbotti@mev.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180710163345.20502-1-abbotti@mev.co.uk> Sender: stable-owner@vger.kernel.org List-ID: On Tue, Jul 10, 2018 at 05:33:45PM +0100, Ian Abbott wrote: > From: Dan Carpenter > > [ Upstream commit 1376b0a2160319125c3a2822e8c09bd283cd8141 ] > > There is a '>' vs '<' typo so this loop is a no-op. > > Fixes: d35dcc89fc93 ("staging: comedi: quatech_daqp_cs: fix daqp_ao_insn_write()") > Signed-off-by: Dan Carpenter > Reviewed-by: Ian Abbott > Signed-off-by: Greg Kroah-Hartman > --- > drivers/staging/comedi/drivers/quatech_daqp_cs.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Applied, thanks. greg k-h