From: Jaejoong Kim <climbbb.kim@gmail.com>
To: Laurent Pinchart <laurent.pinchart@ideasonboard.com>,
Mauro Carvalho Chehab <mchehab@kernel.org>
Cc: linux-media@vger.kernel.org, Jaejoong Kim <climbbb.kim@gmail.com>
Subject: [PATCH 0/2] media: usb: remove duplicate & operation
Date: Fri, 20 Oct 2017 16:25:26 +0900 [thread overview]
Message-ID: <1508484328-11018-1-git-send-email-climbbb.kim@gmail.com> (raw)
usb_endpoint_maxp() has an inline keyword and searches for bits[10:0]
by & operation with 0x7ff. So, we can remove the duplicate & operation
with 0x7ff.
Jaejoong Kim (2):
media: usb: uvc: remove duplicate & operation
media: usb: usbtv: remove duplicate & operation
drivers/media/usb/usbtv/usbtv-core.c | 2 +-
drivers/media/usb/uvc/uvc_video.c | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
--
2.7.4
next reply other threads:[~2017-10-20 7:25 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-10-20 7:25 Jaejoong Kim [this message]
2017-10-20 7:25 ` [PATCH 1/2] media: usb: uvc: remove duplicate & operation Jaejoong Kim
2017-11-06 2:07 ` Jaejoong Kim
2017-11-07 11:36 ` Laurent Pinchart
2017-10-20 7:25 ` [PATCH 2/2] media: usb: usbtv: " Jaejoong Kim
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=1508484328-11018-1-git-send-email-climbbb.kim@gmail.com \
--to=climbbb.kim@gmail.com \
--cc=laurent.pinchart@ideasonboard.com \
--cc=linux-media@vger.kernel.org \
--cc=mchehab@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