From: Sakari Ailus <sakari.ailus@nokia.com>
To: ext Felipe Balbi <me@felipebalbi.com>
Cc: linux-omap@vger.kernel.org
Subject: Re: [PATCH 2/3] N810: Don't export camera orientation
Date: Wed, 14 May 2008 15:04:37 +0300 [thread overview]
Message-ID: <482AD555.40905@nokia.com> (raw)
In-Reply-To: <20147cff763adbdb887ad31373040efc@felipebalbi.com>
ext Felipe Balbi wrote:
Hello Felipe, and thanks for reviewing the patch! :)
> On Tue, 13 May 2008 19:04:22 +0300, Sakari Ailus <sakari.ailus@nokia.com>
> wrote:
>> @@ -298,12 +340,21 @@ static int tcm825x_ifparm(struct v4l2_ifparm *p)
>> return 0;
>> }
>>
>> +static int tcm825x_is_upside_down(void)
>> +{
>> + if (machine_is_nokia_n810())
>> + return 1;
>> +
>> + return 0;
>> +}
>> +
>> const struct tcm825x_platform_data n800_tcm825x_platform_data = {
>> - .is_okay = tcm825x_is_okay,
>> - .power_set = tcm825x_power_set,
>> - .default_regs = tcm825x_default_regs,
>> - .needs_reset = tcm825x_needs_reset,
>> - .ifparm = tcm825x_ifparm,
>> + .is_okay = tcm825x_is_okay,
>> + .power_set = tcm825x_power_set,
>> + .default_regs = tcm825x_default_regs,
>> + .needs_reset = tcm825x_needs_reset,
>> + .ifparm = tcm825x_ifparm,
>> + .is_upside_down = tcm825x_is_upside_down,
>
> ok, now i got your point but this could be:
> .is_upside_down = machine_is_nokia_n810() ? 1 : 0,
This doesn't work because machine_is_nokia_n810() is not constant.
Anyway, tcm825x_is_upside_down can be made more simple as it could just
return machine_is_nokia_n810().
I'll send new patches.
--
Sakari Ailus
sakari.ailus@nokia.com
next prev parent reply other threads:[~2008-05-14 12:05 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-05-13 16:04 [PATCH 1/3] TCM825x: Include invertation of image mirroring in configuration Sakari Ailus
2008-05-13 16:04 ` [PATCH 2/3] N810: Don't export camera orientation Sakari Ailus
2008-05-13 16:04 ` [PATCH 3/3] N800: Select tcm825x only if wanted Sakari Ailus
2008-05-13 20:01 ` [PATCH 2/3] N810: Don't export camera orientation Felipe Balbi
2008-05-14 12:04 ` Sakari Ailus [this message]
2008-05-14 12:05 ` [PATCH 1/3] TCM825x: Include invertation of image mirroring in configuration Sakari Ailus
2008-05-14 12:05 ` [PATCH 2/3] N810: Don't export camera orientation Sakari Ailus
2008-05-14 12:05 ` [PATCH 3/3] N800: Select tcm825x only if wanted Sakari Ailus
2008-05-16 17:44 ` Tony Lindgren
2008-05-16 17:44 ` [PATCH 2/3] N810: Don't export camera orientation Tony Lindgren
2008-05-16 17:42 ` [PATCH 1/3] TCM825x: Include invertation of image mirroring in configuration Tony Lindgren
2008-05-14 22:58 ` [PATCH 2/3] N810: Don't export camera orientation Felipe Balbi
2008-05-15 6:54 ` andrzej zaborowski
2008-05-15 7:57 ` Felipe Balbi
2008-05-15 8:11 ` andrzej zaborowski
2008-05-15 8:17 ` Felipe Balbi
2008-05-13 19:53 ` [PATCH 1/3] TCM825x: Include invertation of image mirroring in configuration Felipe Balbi
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=482AD555.40905@nokia.com \
--to=sakari.ailus@nokia.com \
--cc=linux-omap@vger.kernel.org \
--cc=me@felipebalbi.com \
/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.