lkml.org 
[lkml]   [2023]   [Jun]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
SubjectRe: [PATCH v14 13/18] media: i2c: ds90ub953: Use v4l2_fwnode_endpoint_parse()
From
On 16/06/2023 17:24, Andy Shevchenko wrote:
> On Fri, Jun 16, 2023 at 04:59:17PM +0300, Tomi Valkeinen wrote:
>> Use v4l2_fwnode_endpoint_parse() to parse the sink endpoint parameters.
>
>> + nlanes = vep.bus.mipi_csi2.num_data_lanes;
>>
>
> I would also drop this blank line now.

Ok.

>> - if (ret != 1 && ret != 2 && ret != 4)
>> + if (nlanes != 1 && nlanes != 2 && nlanes != 4)
>
> Isn't the following cleaner?
>
> if (!is_power_of_2(nlanes) || nlanes > 4)

No, I don't think so... The current one is more human-readable.

>> return dev_err_probe(dev, -EINVAL,
>> - "bad number of data-lanes: %d\n", ret);
>> + "bad number of data-lanes: %d\n", nlanes);
>

Tomi

\
 
 \ /
  Last update: 2023-06-19 10:54    [W:0.036 / U:0.072 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site