From: Hans Verkuil <hverkuil@xs4all.nl>
To: Antti Palosaari <crope@iki.fi>
Cc: linux-media@vger.kernel.org
Subject: Re: [REVIEW PATCH 0/5] SDR API - Mirics MSi3101 driver
Date: Fri, 14 Feb 2014 15:40:18 +0100 [thread overview]
Message-ID: <52FE2AD2.4030404@xs4all.nl> (raw)
In-Reply-To: <1392060543-3972-1-git-send-email-crope@iki.fi>
Hi Antti,
Just one very tiny thing: in patch 1 in msi3101_template you added this line:
+ .debug = 0,
Please remove. Fields initialized to 0 should in general be dropped since the
compiler sets it to 0 already, and eventually the debug field will disappear
anyway since you can set it by doing echo 1 >/sys/class/video4linux/video0/debug
Regards,
Hans
On 02/10/2014 08:28 PM, Antti Palosaari wrote:
> Split / group / merge changes as requested by Hans.
>
> Antti
>
> Antti Palosaari (5):
> msi3101: convert to SDR API
> msi001: Mirics MSi001 silicon tuner driver
> msi3101: use msi001 tuner driver
> MAINTAINERS: add msi001 driver
> MAINTAINERS: add msi3101 driver
>
> MAINTAINERS | 20 +
> drivers/staging/media/msi3101/Kconfig | 7 +-
> drivers/staging/media/msi3101/Makefile | 1 +
> drivers/staging/media/msi3101/msi001.c | 499 +++++++++
> drivers/staging/media/msi3101/sdr-msi3101.c | 1558 ++++++++++-----------------
> 5 files changed, 1095 insertions(+), 990 deletions(-)
> create mode 100644 drivers/staging/media/msi3101/msi001.c
>
next prev parent reply other threads:[~2014-02-14 14:41 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-10 19:28 [REVIEW PATCH 0/5] SDR API - Mirics MSi3101 driver Antti Palosaari
2014-02-10 19:28 ` [REVIEW PATCH 1/5] msi3101: convert to SDR API Antti Palosaari
2014-02-10 19:29 ` [REVIEW PATCH 2/5] msi001: Mirics MSi001 silicon tuner driver Antti Palosaari
2014-02-10 19:29 ` [REVIEW PATCH 3/5] msi3101: use msi001 " Antti Palosaari
2014-02-10 19:29 ` [REVIEW PATCH 4/5] MAINTAINERS: add msi001 driver Antti Palosaari
2014-02-10 19:29 ` [REVIEW PATCH 5/5] MAINTAINERS: add msi3101 driver Antti Palosaari
2014-02-14 14:40 ` Hans Verkuil [this message]
2014-02-14 14:45 ` [REVIEW PATCH 0/5] SDR API - Mirics MSi3101 driver Hans Verkuil
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=52FE2AD2.4030404@xs4all.nl \
--to=hverkuil@xs4all.nl \
--cc=crope@iki.fi \
--cc=linux-media@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.