Re: [Qemu-devel] [PATCH] sysbus: Remove ignored return value of FindSysbusDeviceFunc

2016-01-18 Thread David Gibson
On Mon, Jan 18, 2016 at 06:45:14PM +0100, Andreas Färber wrote: > Am 18.01.2016 um 05:39 schrieb David Gibson: > > Functions of type FindSysbusDeviceFunc currently return an integer. I > > recently made an error in a patch because I assumed that this return value > > would control whether iteratio

Re: [Qemu-devel] [PATCH] sysbus: Remove ignored return value of FindSysbusDeviceFunc

2016-01-18 Thread Andreas Färber
Am 18.01.2016 um 05:39 schrieb David Gibson: > Functions of type FindSysbusDeviceFunc currently return an integer. I > recently made an error in a patch because I assumed that this return value > would control whether iteration of the function across devices continues > or not. In fact, the funct