All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ian Abbott <abbotti@mev.co.uk>
To: devel@driverdev.osuosl.org
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Ian Abbott <abbotti@mev.co.uk>,
	H Hartley Sweeten <hsweeten@visionengravers.com>,
	linux-kernel@vger.kernel.org
Subject: [PATCH 0/3] staging: comedi: ni_mio_common: ni_ai_insn_read() fixes
Date: Mon, 14 Nov 2016 20:16:20 +0000	[thread overview]
Message-ID: <20161114201623.18161-1-abbotti@mev.co.uk> (raw)

A couple of bug fixes for incorrect sample data read by
ni_ai_insn_read(), plus removal of an unnecessary variable.

1) staging: comedi: ni_mio_common: fix M Series ni_ai_insn_read() data
   mask
2) staging: comedi: ni_mio_common: fix E series ni_ai_insn_read() data
3) staging: comedi: ni_mio_common: remove variable 'dl' in
   ni_ai_insn_read()

The bug fix patches 1) and 2) apply cleanly to kernel version 4.7
onwards, but will need backporting to longterm kernels 3.18 onwards.

 drivers/staging/comedi/drivers/ni_mio_common.c | 22 ++++++++++------------
 1 file changed, 10 insertions(+), 12 deletions(-)

             reply	other threads:[~2016-11-14 20:16 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-14 20:16 Ian Abbott [this message]
2016-11-14 20:16 ` [PATCH 1/3] staging: comedi: ni_mio_common: fix M Series ni_ai_insn_read() data mask Ian Abbott
2016-11-14 20:16 ` [PATCH 2/3] staging: comedi: ni_mio_common: fix E series ni_ai_insn_read() data Ian Abbott
2016-11-14 20:16 ` [PATCH 3/3] staging: comedi: ni_mio_common: remove variable 'dl' in ni_ai_insn_read() Ian Abbott

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20161114201623.18161-1-abbotti@mev.co.uk \
    --to=abbotti@mev.co.uk \
    --cc=devel@driverdev.osuosl.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=hsweeten@visionengravers.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.