Re: [Xen-devel] [PATCH v3 14/24] xen/dts: Use unsigned int for MMIO and IRQ index

2015-02-23 Thread Julien Grall
Hi Ian, On 20/02/15 16:55, Ian Campbell wrote: > On Tue, 2015-01-13 at 14:25 +, Julien Grall wrote: >> There is no reason to use signed integer for an index. > > Did you check for now pointless "if ( uthing < 0 ) which a picky > compiler might whinge about? I just checked and we don't have a

Re: [Xen-devel] [PATCH v3 14/24] xen/dts: Use unsigned int for MMIO and IRQ index

2015-02-20 Thread Ian Campbell
On Tue, 2015-01-13 at 14:25 +, Julien Grall wrote: > There is no reason to use signed integer for an index. Did you check for now pointless "if ( uthing < 0 ) which a picky compiler might whinge about? > Signed-off-by: Julien Grall > Acked-by: Stefano Stabellini Acked-by: Ian Campbell

[Xen-devel] [PATCH v3 14/24] xen/dts: Use unsigned int for MMIO and IRQ index

2015-01-13 Thread Julien Grall
There is no reason to use signed integer for an index. Signed-off-by: Julien Grall Acked-by: Stefano Stabellini --- Changes in v3: - Slightly update commit message to drop the reference to new hypercalls. - Add Stefano's acked Changes in v2: - Use unsign