[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1q7hf5w7lvslx3nba6ooh9j2.1290705631030@email.android.com>
Date: Thu, 25 Nov 2010 12:20:31 -0500
From: Andy Walls <awalls@...metrocast.net>
To: Laurent Pinchart <laurent.pinchart@...asonboard.com>,
Clemens Ladisch <clemens@...isch.de>
Cc: linux-media@...r.kernel.org, linux-omap@...r.kernel.org,
linux-kernel@...r.kernel.org,
sakari.ailus@...well.research.nokia.com,
broonie@...nsource.wolfsonmicro.com, lennart@...ttering.net
Subject: Re: [RFC/PATCH v6 02/12] media: Media device
The signedness of char is ambiguous for 8 bit data, which is why an API would normally use u8 (or s8, I guess).
Since this is known to be character data, I would think char would be fine. I am assuming C compilers would never assume multibyte "char"s.
Regards,
Andy
Laurent Pinchart <laurent.pinchart@...asonboard.com> wrote:
>Hi Clemens,
>
>Thanks for the review.
>
>On Thursday 25 November 2010 10:33:02 Clemens Ladisch wrote:
>> Laurent Pinchart wrote:
>> > +struct media_device {
>> > ...
>> > + u8 model[32];
>> > + u8 serial[40];
>> > + u8 bus_info[32];
>>
>> All drivers and userspace applications have to treat this as char[], so
>> why u8[]?
>
>Good question. I've copied the V4L2 practice of using u8 (or __u8) for fixed-
>length strings in structures. I can't think of any reason for that.
>
>I will replace u8 with char unless someone comes up with a good reason to keep
>u8.
>
>--
>Regards,
>
>Laurent Pinchart
>--
>To unsubscribe from this list: send the line "unsubscribe linux-media" in
>the body of a message to majordomo@...r.kernel.org
>More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists