From: Tomas Winkler <tomas.winkler@intel.com>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Alexander Usyskin <alexander.usyskin@intel.com>,
linux-kernel@vger.kernel.org,
Tomas Winkler <tomas.winkler@intel.com>
Subject: [char-misc-next 0/3] mei: more type conversion issues.
Date: Thu, 12 Jul 2018 17:10:07 +0300 [thread overview]
Message-ID: <20180712141010.11277-1-tomas.winkler@intel.com> (raw)
Add more type conversion issues.
The first one in also address the type promotion bug,
as reported by Dan Carpenter. The particular error should
not really happen unless something is completely wrong, so no urge
to merging them into stable.
Tomas Winkler (3):
mei: check for error returned from mei_hbuf_empty_slots()
mei: use correct type for counter variable in for loops
mei: fix ssize_t to int assignment in read and write ops.
drivers/misc/mei/bus-fixup.c | 2 +-
drivers/misc/mei/client.c | 44 +++++++++++++++++++++++++++-----------------
drivers/misc/mei/client.h | 2 +-
drivers/misc/mei/hw-me.c | 7 +++++--
drivers/misc/mei/hw-txe.c | 4 ++--
drivers/misc/mei/interrupt.c | 15 +++++++++++----
drivers/misc/mei/main.c | 10 +++++-----
7 files changed, 52 insertions(+), 32 deletions(-)
--
2.14.4
next reply other threads:[~2018-07-12 14:11 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-07-12 14:10 Tomas Winkler [this message]
2018-07-12 14:10 ` [char-misc-next 1/3] mei: check for error returned from mei_hbuf_empty_slots() Tomas Winkler
2018-07-12 14:10 ` [char-misc-next 2/3] mei: use correct type for counter variable in for loops Tomas Winkler
2018-07-12 14:10 ` [char-misc-next 3/3] mei: fix ssize_t to int assignment in read and write ops Tomas Winkler
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=20180712141010.11277-1-tomas.winkler@intel.com \
--to=tomas.winkler@intel.com \
--cc=alexander.usyskin@intel.com \
--cc=gregkh@linuxfoundation.org \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome