Re: [PATCH/RFC 3/8] of: Add helper function to check MMIO register endianness
From: Jiri Slaby <hidden>
Date: 2014-11-12 09:23:36
Also in:
linux-mips, linux-serial
From: Jiri Slaby <hidden>
Date: 2014-11-12 09:23:36
Also in:
linux-mips, linux-serial
On 11/12/2014, 10:04 AM, Kevin Cernekee wrote:
quoted
This should actually return bool and use true/false.Well, the other APIs currently return an int: extern int of_device_is_compatible(const struct device_node *device, const char *); extern int of_device_is_available(const struct device_node *device); [...] extern int of_machine_is_compatible(const char *compat); Do you think it is best to change all of them at once, or just the newly introduced function?
Possibly fix all these in a separate patch and then add the new one fixed :). -- js suse labs