Re: [Xen-devel] [PATCH v2 2/2] xen-pciback: clean up {bar,rom}_init()

From: David Vrabel
Date: Fri Jun 24 2016 - 11:03:18 EST


On 07/06/16 07:31, Jan Beulich wrote:
> - drop unused function parameter of read_dev_bar()
> - drop rom_init() (now identical to bar_init())
> - fold read_dev_bar() into its now single caller
> - simplify determination of 64-bit memory resource
> - use const and unsigned

Please split this in 5 separate patches for easier review.

Especially as often anyone writing "simplify" means "accidentally break".

David